Searched refs:py_long (Results 1 – 1 of 1) sorted by relevance
168 PyObject *py_long = PyLong_FromLong(12); in TEST_F() local169 EXPECT_TRUE(PythonInteger::Check(py_long)); in TEST_F()170 PythonInteger python_long(PyRefType::Owned, py_long); in TEST_F()