MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / parse

Function parse

Lib/ast.py:32–37  ·  view source on GitHub ↗

Parse the source into an AST node. Equivalent to compile(source, filename, mode, PyCF_ONLY_AST).

(source, filename='<unknown>', mode='exec')

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

literal_evalFunction · 0.70

Calls 1

compileFunction · 0.70

Tested by

no test coverage detected