reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
507 static bool Check(PyObject *py_obj);
112 if (PythonBoolean::Check(m_py_obj))
tools/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.h 416 if (T::Check(py_obj))
tools/lldb/unittests/ScriptInterpreter/Python/PythonDataObjectsTests.cpp200 EXPECT_TRUE(PythonBoolean::Check(Py_True)); 205 EXPECT_TRUE(PythonBoolean::Check(Py_False)); 211 EXPECT_TRUE(PythonBoolean::Check(py_bool));