Home
last modified time | relevance | path

Searched defs:modstr (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/cpython2/Python/
Derrors.c685 char* modstr = PyString_AsString(moduleName); in PyErr_WriteUnraisable() local
Dpythonrun.c1289 char* modstr = PyString_AsString(moduleName); in PyErr_Display() local
/aosp_15_r20/external/python/cpython2/Objects/
Dclassobject.c33 static PyObject *docstr, *modstr, *namestr; in PyClass_New() local