Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_threadmodule.c716 static PyObject *_ldict(localobject *self, thread_module_state *state);
893 _ldict(localobject *self, thread_module_state *state) in _ldict() function
936 PyObject *ldict = _ldict(self, state); in local_setattro()
993 PyObject *ldict = _ldict(self, state); in local_getattro()