Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/ScriptInterpreter/Python/
H A DPythonDataObjectsTests.cpp545 PythonTuple tuple_to_convert = {one, two, three}; in TEST_F() local
546 PythonObject result = list({tuple_to_convert}); in TEST_F()