Searched refs:Custom_getlast (Results 1 – 3 of 3) sorted by relevance
/third_party/python/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,
|
/third_party/python/Doc/extending/ |
D | newtypes_tutorial.rst | 597 {"last", (getter) Custom_getlast, (setter) Custom_setlast,
|