Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h247 PyAPI_FUNC(crossinterpdatafunc) _PyCrossInterpreterData_Lookup(PyObject *);
/external/python/cpython3/Python/
Dpystate.c1366 crossinterpdatafunc _PyCrossInterpreterData_Lookup(PyObject *);
1373 crossinterpdatafunc getdata = _PyCrossInterpreterData_Lookup(obj); in _lookup_getdata()
1565 _PyCrossInterpreterData_Lookup(PyObject *obj) in _PyCrossInterpreterData_Lookup() function