Home
last modified time | relevance | path

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

/external/python/cpython3/Objects/
Dobject.c2617 _Py_GetObject(_Py_hashtable_t *ht, in _Py_GetObject() function
2677 int res = _Py_hashtable_foreach(REFCHAIN(interp), _Py_GetObject, &data); in _Py_GetObjects()