reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
636 static bool Check(PyObject *py_obj);
118 if (PythonCallable::Check(m_py_obj))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h305 if (!T::Check(m_py_obj)) 391 if (!T::Check(obj.get().get())) 416 if (T::Check(py_obj))tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp
562 EXPECT_TRUE(PythonCallable::Check(sys_exc_info.get())); 563 EXPECT_FALSE(PythonCallable::Check(none.get()));