_utils.py 567 B

123456
  1. from .utils import CUR_OS, IS_WIN, IS_NIX, RE_ANSI, _range, _unich, _unicode, colorama, WeakSet, _basestring, _OrderedDict, FormatReplace, Comparable, SimpleTextIOWrapper, _is_utf, _supports_unicode, _is_ascii, _screen_shape_wrapper, _screen_shape_windows, _screen_shape_tput, _screen_shape_linux, _environ_cols_wrapper, _term_move_up # NOQA
  2. from .std import TqdmDeprecationWarning
  3. from warnings import warn
  4. warn("This function will be removed in tqdm==5.0.0\n"
  5. "Please use `tqdm.utils.*` instead of `tqdm._utils.*`",
  6. TqdmDeprecationWarning, stacklevel=2)