Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
40
def
create_parser_namespace() -> dict[str, Any]:
41
base_namespace = _create_parser_base_namespace()
42
return
base_namespace.copy()
43
44
45
class
PythonParser:
Callers
2
eval_ast_expr
Function · 0.90
parse
Method · 0.85
Calls
2
_create_parser_base_namespace
Function · 0.85
copy
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…