Searched refs:python_unicode (Results 1 – 1 of 1) sorted by relevance
247 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F() local248 EXPECT_EQ(PyObjectType::String, python_unicode.GetObjectType()); in TEST_F()249 EXPECT_STREQ(test_string, python_unicode.GetString().data()); in TEST_F()