MCPcopy 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
3import _symtable
4from _symtable import (USE, DEF_GLOBAL, DEF_NONLOCAL, DEF_LOCAL, DEF_PARAM,

Callers

nothing calls this directly

Calls 10

SymbolTableFactoryClass · 0.85
is_localMethod · 0.80
is_namespaceMethod · 0.80
openFunction · 0.70
symtableFunction · 0.70
printFunction · 0.50
readMethod · 0.45
splitMethod · 0.45
get_identifiersMethod · 0.45
lookupMethod · 0.45

Tested by

no test coverage detected