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

Class ParseError

Lib/_pyrepl/_module_completer.py:452–453  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451
452class ParseError(Exception):
453 pass
454
455
456@dataclass(frozen=True)

Callers 6

parse_importMethod · 0.70
parse_from_importMethod · 0.70
parse_dotted_nameMethod · 0.70
pop_nameMethod · 0.70
pop_stringMethod · 0.70
popMethod · 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…