Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsymtablemodule.c46 st = Py_SymtableStringObject(str, filename, start); in _symtable_symtable_impl()
/external/python/cpython3/Include/
Dpythonrun.h122 PyAPI_FUNC(struct symtable *) Py_SymtableStringObject(
/external/python/cpython3/Python/
Dpythonrun.c1129 Py_SymtableStringObject(const char *str, PyObject *filename, int start) in Py_SymtableStringObject() function
1160 st = Py_SymtableStringObject(str, filename, start); in Py_SymtableString()