Searched refs:ListObject (Results 1 – 3 of 3) sorted by relevance
42 typedef struct ListObject { struct47 } ListObject; typedef51 ListObject *it; in ListObj_New()56 it = PyObject_NEW(ListObject, &List_Type); in ListObj_New()72 *p_itself = ((ListObject *)v)->ob_itself; in ListObj_Convert()76 static void ListObj_dealloc(ListObject *self) in ListObj_dealloc()84 static PyObject *ListObj_LAddColumn(ListObject *_self, PyObject *_args) in ListObj_LAddColumn()102 static PyObject *ListObj_LAddRow(ListObject *_self, PyObject *_args) in ListObj_LAddRow()120 static PyObject *ListObj_LDelColumn(ListObject *_self, PyObject *_args) in ListObj_LDelColumn()137 static PyObject *ListObj_LDelRow(ListObject *_self, PyObject *_args) in ListObj_LDelRow()[all …]
127 ListObject.obj \
163 $(PATHOBJ)\ListObject.obj \