Searched refs:Custom_getfirst (Results 1 – 3 of 3) sorted by relevance
/third_party/python/Doc/includes/ |
D | custom3.c | 74 Custom_getfirst(CustomObject *self, void *closure) in Custom_getfirst() function 128 {"first", (getter) Custom_getfirst, (setter) Custom_setfirst,
|
D | custom4.c | 90 Custom_getfirst(CustomObject *self, void *closure) in Custom_getfirst() function 140 {"first", (getter) Custom_getfirst, (setter) Custom_setfirst,
|
/third_party/python/Doc/extending/ |
D | newtypes_tutorial.rst | 555 Custom_getfirst(CustomObject *self, void *closure) 595 {"first", (getter) Custom_getfirst, (setter) Custom_setfirst,
|