Home
last modified time | relevance | path

Searched refs:python_false (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp193 PythonBoolean python_false(PyRefType::Owned, Py_False); in TEST_F() local
194 EXPECT_EQ(PyObjectType::Boolean, python_false.GetObjectType()); in TEST_F()