reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/lldb/scripts/LLDBWrapPython.cpp
 2271   if (SwigPyObject_Check(pyobj))
 2272     return (SwigPyObject *) pyobj;
 2289   if (PyInstance_Check(pyobj)) {
 2290     obj = _PyInstance_Lookup(pyobj, SWIG_This());      
 2292     PyObject **dictptr = _PyObject_GetDictPtr(pyobj);
 2298       if (PyWeakref_CheckProxy(pyobj)) {
 2299 	PyObject *wobj = PyWeakref_GET_OBJECT(pyobj);
 2303       obj = PyObject_GetAttr(pyobj,SWIG_This());