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 19 20 21 22 23def __repr__(self) -> str: """ Return a string representation of the console verbosity. """ return self.name.lower()