Home | History | Annotate | Download | only in src

Lines Matching full:plist

87 	PyObject* plist;
93 plist = PyList_New(len);
95 PyList_SetItem(plist, i,
100 plist = PyList_New(0);
103 $result = SWIG_Python_AppendOutput($result, plist);
108 PyObject* plist;
112 plist = PyList_New(result);
114 PyList_SetItem(plist, i,
119 plist = PyList_New(0);
122 $result = plist;