Home
last modified time | relevance | path

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

/external/python/cpython3/Include/cpython/
Dpystate.h259 PyAPI_FUNC(crossinterpdatafunc) _PyCrossInterpreterData_Lookup(PyObject *);
/external/python/cpython3/Python/
Dpystate.c1442 crossinterpdatafunc _PyCrossInterpreterData_Lookup(PyObject *);
1449 crossinterpdatafunc getdata = _PyCrossInterpreterData_Lookup(obj); in _lookup_getdata()
1641 _PyCrossInterpreterData_Lookup(PyObject *obj) in _PyCrossInterpreterData_Lookup() function