Home | History | Annotate | Download | only in src

Lines Matching refs:plist

92 	PyObject* plist;
98 plist = PyList_New(len);
100 PyList_SetItem(plist, i,
105 plist = PyList_New(0);
108 $result = SWIG_Python_AppendOutput($result, plist);
113 PyObject* plist;
117 plist = PyList_New(result);
119 PyList_SetItem(plist, i,
124 plist = PyList_New(0);
127 $result = plist;