Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dsymtable.h13 struct symtable { struct
15 struct _symtable_entry *st_cur; /* current symbol table entry */ argument
16 struct _symtable_entry *st_top; /* module entry */ argument
25 typedef struct _symtable_entry { argument
/external/python/cpython2/Lib/
Dsymtable.py12 def symtable(code, filename, compile_type): function