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

Class Context

Tools/cases_generator/parsing.py:32–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30
31
32class Context(NamedTuple):
33 begin: int
34 end: int
35 owner: PLexer
36
37 def __repr__(self) -> str:
38 return f"<{self.owner.filename}: {self.begin}-{self.end}>"
39
40
41@dataclass

Callers 1

contextual_wrapperFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…