Skip to content

colorama 0.4.6

Download JSON

  • PyPI https://pypi.org/project/colorama/
    Repository https://github.com/tartley/colorama

  • py.typed

  • Coverage


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "Typed" : 0
        "Any" : 0
        "Untyped" : 163
    • 0.0% coverage
    • 0.0% coverage (strict)
    • 163 typable
      • 0 typed
      • 163 untyped
      • 0 Any
  • Typables


    %%{init: {"pie": {"textPosition": 0.85}, "theme": "neutral", "themeVariables": {"pieStrokeWidth": "1px"}}}%%
    pie title
        "functions" : 53
        "classes" : 96
        "other" : 5
    • 20 functions (+0 overloads)
      • 33 parameters
    • 11 classes
      • 41 methods (+0 overloads)
        • 54 parameters
      • 1 properties
    • 6 modules
      • 5 attrs

Modules

Module Coverage Coverage (strict) Typables Ignores
colorama 0.0% 0.0% 0 0
colorama.ansi 0.0% 0.0% 24 0
colorama.ansitowin32 0.0% 0.0% 55 0
colorama.initialise 0.0% 0.0% 18 0
colorama.win32 0.0% 0.0% 25 0
colorama.winterm 0.0% 0.0% 41 0

Incomplete Annotations

colorama.ansi (24 missing, 0 any)

Symbol Typable Typed Any
meth AnsiCodes.init 1 0 0
func clear_screen 2 0 0
func clear_line 2 0 0
meth AnsiCursor.UP 2 0 0
meth AnsiCursor.DOWN 2 0 0
meth AnsiCursor.FORWARD 2 0 0
meth AnsiCursor.BACK 2 0 0
meth AnsiCursor.POS 3 0 0
attr Back 1 0 0
attr Cursor 1 0 0
attr Fore 1 0 0
func code_to_chars 2 0 0
attr Style 1 0 0
func set_title 2 0 0

colorama.ansitowin32 (55 missing, 0 any)

Symbol Typable Typed Any
meth AnsiToWin32.init 5 0 0
meth AnsiToWin32.should_wrap 1 0 0
meth AnsiToWin32.get_win32_calls 1 0 0
meth AnsiToWin32.write 2 0 0
meth AnsiToWin32.reset_all 1 0 0
meth AnsiToWin32.write_and_convert 2 0 0
meth AnsiToWin32.write_plain_text 4 0 0
meth AnsiToWin32.convert_ansi 3 0 0
meth AnsiToWin32.extract_params 3 0 0
meth AnsiToWin32.call_win32 3 0 0
meth AnsiToWin32.convert_osc 2 0 0
meth AnsiToWin32.flush 1 0 0
attr AnsiToWin32.ANSI_CSI_RE 1 0 0
attr AnsiToWin32.ANSI_OSC_RE 1 0 0
attr AnsiToWin32.wrapped 1 0 0
attr AnsiToWin32.autoreset 1 0 0
attr AnsiToWin32.stream 1 0 0
attr AnsiToWin32.strip 1 0 0
attr AnsiToWin32.convert 1 0 0
attr AnsiToWin32.win32_calls 1 0 0
attr AnsiToWin32.on_stderr 1 0 0
meth StreamWrapper.init 3 0 0
meth StreamWrapper.getattr 2 0 0
meth StreamWrapper.enter 3 0 0
meth StreamWrapper.exit 3 0 0
meth StreamWrapper.setstate 2 0 0
meth StreamWrapper.getstate 1 0 0
meth StreamWrapper.write 2 0 0
meth StreamWrapper.isatty 1 0 0
prop StreamWrapper.closed 1 0 0

colorama.initialise (18 missing, 0 any)

Symbol Typable Typed Any
func deinit 1 0 0
func wrap_stream 6 0 0
func init 5 0 0
func reset_all 1 0 0
func just_fix_windows_console 1 0 0
func colorama_text 3 0 0
func reinit 1 0 0

colorama.win32 (25 missing, 0 any)

Symbol Typable Typed Any
func FillConsoleOutputAttribute 5 0 0
meth CONSOLE_SCREEN_BUFFER_INFO.str 1 0 0
func FillConsoleOutputCharacter 5 0 0
func GetConsoleMode 2 0 0
func GetConsoleScreenBufferInfo 2 0 0
func SetConsoleTitle 2 0 0
attr windll 1 0 0
func SetConsoleMode 3 0 0
func SetConsoleCursorPosition 4 0 0

colorama.winterm (41 missing, 0 any)

Symbol Typable Typed Any
func enable_vt_processing 2 0 0
func get_osfhandle 2 0 0
meth WinTerm.init 1 0 0
meth WinTerm.get_attrs 1 0 0
meth WinTerm.set_attrs 2 0 0
meth WinTerm.reset_all 2 0 0
meth WinTerm.fore 4 0 0
meth WinTerm.back 4 0 0
meth WinTerm.style 3 0 0
meth WinTerm.set_console 3 0 0
meth WinTerm.get_position 2 0 0
meth WinTerm.set_cursor_position 3 0 0
meth WinTerm.cursor_adjust 4 0 0
meth WinTerm.erase_screen 3 0 0
meth WinTerm.erase_line 3 0 0
meth WinTerm.set_title 2 0 0

Type-Ignore Comments

No type-ignore comments.