Home
last modified time | relevance | path

Searched defs:symtable (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h25 struct symtable { struct
28 struct _symtable_entry *st_cur; /* current symbol table entry */ argument
29 struct _symtable_entry *st_top; /* symbol table entry for module */ argument
44 typedef struct _symtable_entry { argument
/third_party/python/Lib/
Dsymtable.py12 def symtable(code, filename, compile_type): function