Searched refs:tuple_to_convert (Results 1 – 1 of 1) sorted by relevance
545 PythonTuple tuple_to_convert = {one, two, three}; in TEST_F() local546 PythonObject result = list({tuple_to_convert}); in TEST_F()