Searched refs:python_int (Results 1 – 1 of 1) sorted by relevance
172 PythonInteger python_int(PyRefType::Owned, py_int); in TEST_F() local174 EXPECT_EQ(PyObjectType::Integer, python_int.GetObjectType()); in TEST_F()175 auto python_int_value = As<long long>(python_int); in TEST_F()