http://mf34jlghauz5pxjcmdymdqbe5pva4v24logeys446tdrgd5lpsrocmqd.onion/_modules/stem/util/term.html
HIGHLIGHT : ' 7 ' } CSI = ' \x1B [ %s m ' RESET = CSI % ' 0 ' [docs] def encoding ( * attrs ): " " " Provides the ANSI escape sequence for these terminal color or attributes. .. versionadded:: 1.5.0 :param list attr: :data:`~stem.util.terminal.Color`, :data:`~stem.util.terminal.BgColor`, or :data:`~stem.util.terminal.Attr` to provide an ecoding for :returns: **str** of the ANSI escape sequence, **None** no attributes are recognized " " " term_encodings = [] for attr in attrs : # TODO: Account for an...