Home
last modified time | relevance | path

Searched refs:_ldict (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Modules/
Dthreadmodule.c276 static PyObject *_ldict(localobject *self);
434 _ldict(localobject *self) in _ldict() function
475 ldict = _ldict(self); in local_setattro()
544 ldict = _ldict(self); in local_getattro()
/external/python/cpython3/Modules/
D_threadmodule.c646 static PyObject *_ldict(localobject *self);
806 _ldict(localobject *self) in _ldict() function
847 ldict = _ldict(self); in local_setattro()
916 ldict = _ldict(self); in local_getattro()