MCPcopy Index your code
hub / github.com/python/cpython / pyparse.py

File pyparse.py

Lib/idlelib/pyparse.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Define partial Python code Parser used by editor and hyperparser.
2
3Instances of ParseMap are used with str.translate.
4

Callers

nothing calls this directly

Calls 4

mainFunction · 0.90
compileMethod · 0.45
fromkeysMethod · 0.45
updateMethod · 0.45

Tested by

no test coverage detected