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

Function create_parser_namespace

Tools/clinic/libclinic/parser.py:40–42  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38
39
40def create_parser_namespace() -> dict[str, Any]:
41 base_namespace = _create_parser_base_namespace()
42 return base_namespace.copy()
43
44
45class PythonParser:

Callers 2

eval_ast_exprFunction · 0.90
parseMethod · 0.85

Calls 2

copyMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…