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

Class CellTable

rich/cells.py:38–43  ·  view source on GitHub ↗

Contains unicode data required to measure the cell widths of glyphs.

Source from the content-addressed store, hash-verified

36
37
38class CellTable(NamedTuple):
39 """Contains unicode data required to measure the cell widths of glyphs."""
40
41 unicode_version: str
42 widths: Sequence[tuple[int, int, int]]
43 narrow_to_wide: frozenset[str]
44
45
46@lru_cache(maxsize=4096)

Callers 15

unicode17-0-0.pyFile · 0.90
unicode6-3-0.pyFile · 0.90
unicode7-0-0.pyFile · 0.90
unicode6-0-0.pyFile · 0.90
unicode5-0-0.pyFile · 0.90
unicode6-1-0.pyFile · 0.90
unicode16-0-0.pyFile · 0.90
unicode5-1-0.pyFile · 0.90
unicode14-0-0.pyFile · 0.90
unicode4-1-0.pyFile · 0.90
unicode13-0-0.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected