Home
last modified time | relevance | path

Searched refs:python_unicode (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp247 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F() local
248 EXPECT_EQ(PyObjectType::String, python_unicode.GetObjectType()); in TEST_F()
249 EXPECT_STREQ(test_string, python_unicode.GetString().data()); in TEST_F()