Home
last modified time | relevance | path

Searched refs:SubListObject (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Doc/includes/
Dsublist.c6 } SubListObject; typedef
9 SubList_increment(SubListObject *self, PyObject *unused) in SubList_increment()
22 SubList_init(SubListObject *self, PyObject *args, PyObject *kwds) in SubList_init()
34 .tp_basicsize = sizeof(SubListObject),
/external/python/cpython3/Doc/extending/
Dnewtypes_tutorial.rst820 } SubListObject;
827 can be safely cast to both ``PyListObject *`` and ``SubListObject *``::
830 SubList_init(SubListObject *self, PyObject *args, PyObject *kwds)