Skip to content

toolr.utils._console

ConsoleVerbosity

Bases: IntEnum

Console verbosity levels.

__repr__

__repr__() -> str

Return a string representation of the console verbosity.

Source code in python/toolr/utils/_console.py
def __repr__(self) -> str:
    """
    Return a string representation of the console verbosity.
    """
    return self.name.lower()