Searched refs:py_int (Results 1 – 1 of 1) sorted by relevance
566 PythonInteger py_int(42); in TEST_F() local567 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()