Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ symtable.py
File
symtable.py
Lib/symtable.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
""
"Interface to the compiler's internal symbol tables"
""
2
3
import
_symtable
4
from
_symtable
import
(
Callers
nothing calls this directly
Calls
6
SymbolTableFactory
Class · 0.85
frozendict
Class · 0.85
main
Function · 0.70
extend
Method · 0.45
items
Method · 0.45
startswith
Method · 0.45
Tested by
no test coverage detected