Skip to content

module console

Holds the rich.Console instance that controls the stdout printing and file export.

Global Variables

  • devnull
  • argv
  • SUPPRESS_OUTPUT_OPTION
  • DEFAULT_CONSOLE_KWARGS
  • console_kwargs

function console_print_with_fallback

console_print_with_fallback(_string: Text | str, style=None) → None

rich.console.print() with fallback to regular print() if there's a Rich Markup issue.


function console_width

console_width() → int

Current width set in console object.


This file was automatically generated via lazydocs.