Searched refs:Custom_getlast (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Doc/includes/ |
D | custom3.c | 101 Custom_getlast(CustomObject *self, void *closure) in Custom_getlast() function 130 {"last", (getter) Custom_getlast, (setter) Custom_setlast,
|
D | custom4.c | 115 Custom_getlast(CustomObject *self, void *closure) in Custom_getlast() function 142 {"last", (getter) Custom_getlast, (setter) Custom_setlast,
|
/external/python/cpython3/Doc/extending/ |
D | newtypes_tutorial.rst | 596 {"last", (getter) Custom_getlast, (setter) Custom_setlast,
|