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

Class _SyntaxError

rich/traceback.py:232–238  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230
231@dataclass
232class _SyntaxError:
233 offset: int
234 filename: str
235 line: str
236 lineno: int
237 msg: str
238 notes: List[str] = field(default_factory=list)
239
240
241@dataclass

Callers 1

extractMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected