Home
last modified time | relevance | path

Searched refs:PySymtable_Build (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dsymtable.h55 PyAPI_FUNC(struct symtable *) PySymtable_Build(mod_ty, const char *,
/external/python/cpython2/PC/os2emx/
Dpython27.def1125 "PySymtable_Build"
/external/python/cpython2/Python/
Dpythonrun.c1455 st = PySymtable_Build(mod, filename, 0); in Py_SymtableString()
Dsymtable.c219 PySymtable_Build(mod_ty mod, const char *filename, PyFutureFeatures *future) in PySymtable_Build() function
Dcompile.c285 c.c_st = PySymtable_Build(mod, filename, c.c_future); in PyAST_Compile()