Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dsymtablemodule.c56 st = _Py_SymtableStringObjectFlags(str, filename, start, &cf); in _symtable_symtable_impl()
/external/python/cpython3/Include/
Dpythonrun.h140 PyAPI_FUNC(struct symtable *) _Py_SymtableStringObjectFlags(
/external/python/cpython3/Python/
Dpythonrun.c1352 return _Py_SymtableStringObjectFlags(str, filename, start, &flags); in Py_SymtableStringObject()
1356 _Py_SymtableStringObjectFlags(const char *str, PyObject *filename, int start, PyCompilerFlags *flag… in _Py_SymtableStringObjectFlags() function