Searched refs:Custom_setlast (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Doc/includes/ |
D | custom3.c | 108 Custom_setlast(CustomObject *self, PyObject *value, void *closure) in Custom_setlast() function 130 {"last", (getter) Custom_getlast, (setter) Custom_setlast,
|
D | custom4.c | 122 Custom_setlast(CustomObject *self, PyObject *value, void *closure) in Custom_setlast() 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,
|