Searched refs:wobj (Results 1 – 1 of 1) sorted by relevance
2106 PyObject *wobj = PyWeakref_GET_OBJECT(pyobj); in SWIG_Python_GetSwigThis() local2107 return wobj ? SWIG_Python_GetSwigThis(wobj) : 0; in SWIG_Python_GetSwigThis()