Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp566 PythonInteger py_int(42); in TEST_F() local
567 EXPECT_TRUE(py_int.HasAttribute("numerator")); in TEST_F()
568 EXPECT_FALSE(py_int.HasAttribute("this_should_not_exist")); in TEST_F()
570 auto numerator_attr = As<long long>(py_int.GetAttributeValue("numerator")); in TEST_F()