Home
last modified time | relevance | path

Searched refs:Py_SymtableString (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Modules/
Dsymtablemodule.c33 st = Py_SymtableString(str, filename, start); in symtable_symtable()
/external/python/cpython2/Include/
Dpythonrun.h68 PyAPI_FUNC(struct symtable *) Py_SymtableString(const char *, const char *, int);
/external/python/cpython2/PC/os2emx/
Dpython27.def1092 "Py_SymtableString"
/external/python/cpython2/Python/
Dpythonrun.c1439 Py_SymtableString(const char *str, const char *filename, int start) in Py_SymtableString() function