Searched refs:python_long (Results 1 – 1 of 1) sorted by relevance
170 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F() local171 EXPECT_EQ(PyObjectType::Integer, python_long.GetObjectType()); in TEST_F()174 python_long.SetInteger(40); in TEST_F()175 auto e = As<long long>(python_long); in TEST_F()