Home
last modified time | relevance | path

Searched refs:_PySymtable_Build (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Include/internal/
Dpycore_symtable.h84 extern struct symtable* _PySymtable_Build(
/third_party/python/Python/
Dsymtable.c282 _PySymtable_Build(mod_ty mod, PyObject *filename, PyFutureFeatures *future) in _PySymtable_Build() function
2157 st = _PySymtable_Build(mod, filename, future); in _Py_SymtableStringObjectFlags()
Dcompile.c447 c.c_st = _PySymtable_Build(mod, filename, c.c_future); in _PyAST_Compile()