Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dpystate.h305 PyAPI_FUNC(crossinterpdatafunc) _PyCrossInterpreterData_Lookup(PyObject *);
/third_party/python/Python/
Dpystate.c1583 crossinterpdatafunc _PyCrossInterpreterData_Lookup(PyObject *);
1590 crossinterpdatafunc getdata = _PyCrossInterpreterData_Lookup(obj); in _lookup_getdata()
1782 _PyCrossInterpreterData_Lookup(PyObject *obj) in _PyCrossInterpreterData_Lookup() function