MCPcopy 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
3import _symtable
4from _symtable import (

Callers

nothing calls this directly

Calls 6

SymbolTableFactoryClass · 0.85
frozendictClass · 0.85
mainFunction · 0.70
extendMethod · 0.45
itemsMethod · 0.45
startswithMethod · 0.45

Tested by

no test coverage detected