MCPcopy
hub / github.com/Textualize/rich / __init__

Method __init__

rich/progress.py:850–852  ·  view source on GitHub ↗
(self, separator: str = "/", table_column: Optional[Column] = None)

Source from the content-addressed store, hash-verified

848 """
849
850 def __init__(self, separator: str = "/", table_column: Optional[Column] = None):
851 self.separator = separator
852 super().__init__(table_column=table_column)
853
854 def render(self, task: "Task") -> Text:
855 """Show completed/total."""

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected