Searched refs:_PyInstance_Lookup (Results 1 – 5 of 5) 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
2097 obj = _PyInstance_Lookup(pyobj, SWIG_This()); in SWIG_Python_GetSwigThis()