Searched refs:pyobj (Results 1 – 1 of 1) sorted by relevance
1887 SWIG_Python_GetSwigThis(PyObject *pyobj) in SWIG_Python_GetSwigThis() argument1889 if (PySwigObject_Check(pyobj)) { in SWIG_Python_GetSwigThis()1890 return (PySwigObject *) pyobj; in SWIG_Python_GetSwigThis()1894 if (PyInstance_Check(pyobj)) { in SWIG_Python_GetSwigThis()1895 obj = _PyInstance_Lookup(pyobj, SWIG_This()); in SWIG_Python_GetSwigThis()1897 PyObject **dictptr = _PyObject_GetDictPtr(pyobj); in SWIG_Python_GetSwigThis()1903 if (PyWeakref_CheckProxy(pyobj)) { in SWIG_Python_GetSwigThis()1904 PyObject *wobj = PyWeakref_GET_OBJECT(pyobj); in SWIG_Python_GetSwigThis()1908 obj = PyObject_GetAttr(pyobj,SWIG_This()); in SWIG_Python_GetSwigThis()1918 obj = PyObject_GetAttr(pyobj,SWIG_This()); in SWIG_Python_GetSwigThis()