Searched refs:_PyInstance_Lookup (Results 1 – 4 of 4) sorted by relevance
65 PyAPI_FUNC(PyObject *) _PyInstance_Lookup(PyObject *pinst, PyObject *name);
207 "_PyInstance_Lookup"
508 return _PyInstance_Lookup(op, delstr) != NULL; in has_finalizer()
792 _PyInstance_Lookup(PyObject *pinst, PyObject *name) in _PyInstance_Lookup() function