Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RT-Thread/env-windows
/ symtable.py
File
symtable.py
tools/python-3.11.9-amd64/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
(USE, DEF_GLOBAL, DEF_NONLOCAL, DEF_LOCAL, DEF_PARAM,
Callers
nothing calls this directly
Calls
10
SymbolTableFactory
Class · 0.85
is_local
Method · 0.80
is_namespace
Method · 0.80
open
Function · 0.70
symtable
Function · 0.70
print
Function · 0.50
read
Method · 0.45
split
Method · 0.45
get_identifiers
Method · 0.45
lookup
Method · 0.45
Tested by
no test coverage detected