tqdm.utils#
General helpers required for tqdm.std.
envwrap#
def envwrap(name, app="", types=None, is_method=False)
Basic (env-only) version of envwrap. Install envwrap for config file support.
CallbackIOWrapper Objects#
class CallbackIOWrapper(ObjectWrapper)
disp_len#
def disp_len(data)
Returns the real on-screen length of a string which may contain ANSI control codes and wide chars.
disp_trim#
def disp_trim(data, length)
Trim a string which may contain ANSI control characters.