Lines Matching refs:PythonList
115 EXPECT_TRUE(PythonList::Check(sys_path.get()));
146 EXPECT_TRUE(PythonList::Check(sys_path.get()));
308 // Python API behaves correctly when wrapped by a PythonList.
314 EXPECT_TRUE(PythonList::Check(py_list));
315 PythonList list(PyRefType::Owned, py_list);
342 // Test that manipulation of a PythonList behaves correctly when
348 PythonList list(PyInitialValue::Empty);
374 PythonList list(PyInitialValue::Empty);
574 EXPECT_TRUE(PythonList::Check(result.get()));
575 auto list_result = result.AsType<PythonList>();