Home
last modified time | relevance | path

Searched defs:str_dict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_threadmodule.c941 PyObject *str_dict = _PyUnicode_FromId(&PyId___dict__); // borrowed ref in local_setattro() local
997 PyObject *str_dict = _PyUnicode_FromId(&PyId___dict__); // borrowed ref in local_getattro() local
/external/python/cpython2/Modules/
Dthreadmodule.c17 static PyObject *str_dict; variable