MCPcopy Index your code
hub / github.com/python/cpython / ColorSpan

Class ColorSpan

Lib/_pyrepl/utils.py:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55
56
57class ColorSpan(NamedTuple):
58 span: Span
59 tag: str
60
61
62@functools.cache

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…