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

Method get_table_column

rich/progress.py:517–519  ·  view source on GitHub ↗

Get a table column, used to build tasks table.

(self)

Source from the content-addressed store, hash-verified

515 self._update_time: Optional[float] = None
516
517 def get_table_column(self) -> Column:
518 """Get a table column, used to build tasks table."""
519 return self._table_column or Column()
520
521 def __call__(self, task: "Task") -> RenderableType:
522 """Called by the Progress object to return a renderable for the given task.

Callers 1

make_tasks_tableMethod · 0.80

Calls 1

ColumnClass · 0.85

Tested by

no test coverage detected