Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/ScriptInterpreter/Python/
DPythonDataObjectsTests.cpp274 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F() local
275 EXPECT_EQ(PyObjectType::String, python_unicode.GetObjectType()); in TEST_F()
276 EXPECT_STREQ(test_string, python_unicode.GetString().data()); in TEST_F()