MCPcopy
hub / github.com/Textualize/rich / table.py

File table.py

rich/table.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from dataclasses import dataclass, field, replace
2from typing import (
3 TYPE_CHECKING,
4 Dict,

Callers

nothing calls this directly

Calls 8

timerFunction · 0.90
ConsoleClass · 0.90
ReprHighlighterClass · 0.90
TableClass · 0.85
headerFunction · 0.85
add_columnMethod · 0.80
add_rowMethod · 0.80
printMethod · 0.80

Tested by

no test coverage detected