Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp245 PyObject *py_unicode = PyUnicode_FromString(test_string); in TEST_F() local
246 EXPECT_TRUE(PythonString::Check(py_unicode)); in TEST_F()
247 PythonString python_unicode(PyRefType::Owned, py_unicode); in TEST_F()