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