MCPcopy Create free account
hub / github.com/bloomberg/pystack / LocationInfo

Class LocationInfo

src/pystack/types.py:71–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71class LocationInfo(NamedTuple):
72 lineno: int
73 end_lineno: int
74 column: int
75 end_column: int
76
77
78@dataclass

Calls

no outgoing calls