Home
last modified time | relevance | path

Searched refs:PyCFunction (Results 1 – 25 of 404) sorted by relevance

12345678910>>...17

/external/python/cpython2/Modules/
D_cursesmodule.c1572 {"addch", (PyCFunction)PyCursesWindow_AddCh, METH_VARARGS},
1573 {"addnstr", (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS},
1574 {"addstr", (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS},
1575 {"attroff", (PyCFunction)PyCursesWindow_AttrOff, METH_VARARGS},
1576 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},
1577 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},
1578 {"bkgd", (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS},
1580 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
1582 {"bkgdset", (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS},
1583 {"border", (PyCFunction)PyCursesWindow_Border, METH_VARARGS},
[all …]
Dflmodule.c248 {"set_call_back", (PyCFunction)generic_set_call_back, METH_VARARGS},
249 {"delete_object", (PyCFunction)generic_delete_object, METH_NOARGS},
250 {"show_object", (PyCFunction)generic_show_object, METH_NOARGS},
251 {"hide_object", (PyCFunction)generic_hide_object, METH_NOARGS},
252 {"redraw_object", (PyCFunction)generic_redraw_object, METH_NOARGS},
254 {"freeze_object", (PyCFunction)generic_freeze_object, METH_NOARGS},
255 {"unfreeze_object", (PyCFunction)generic_unfreeze_object, METH_NOARGS},
257 {"activate_object", (PyCFunction)generic_activate_object, METH_NOARGS},
258 {"deactivate_object", (PyCFunction)generic_deactivate_object, METH_NOARGS},
259 {"set_object_shortcut", (PyCFunction)generic_set_object_shortcut, METH_VARARGS},
[all …]
/external/python/cpython2/Mac/Modules/qd/
D_Qdmodule.c1181 {"MacSetPort", (PyCFunction)GrafObj_MacSetPort, 1,
1183 {"QDSwapPort", (PyCFunction)GrafObj_QDSwapPort, 1,
1185 {"IsValidPort", (PyCFunction)GrafObj_IsValidPort, 1,
1187 {"GetPortPixMap", (PyCFunction)GrafObj_GetPortPixMap, 1,
1189 {"GetPortBitMapForCopyBits", (PyCFunction)GrafObj_GetPortBitMapForCopyBits, 1,
1191 {"GetPortBounds", (PyCFunction)GrafObj_GetPortBounds, 1,
1193 {"GetPortForeColor", (PyCFunction)GrafObj_GetPortForeColor, 1,
1195 {"GetPortBackColor", (PyCFunction)GrafObj_GetPortBackColor, 1,
1197 {"GetPortOpColor", (PyCFunction)GrafObj_GetPortOpColor, 1,
1199 {"GetPortHiliteColor", (PyCFunction)GrafObj_GetPortHiliteColor, 1,
[all …]
/external/python/cpython3/Python/clinic/
Dsysmodule.c.h12 …{"addaudithook", (PyCFunction)(void(*)(void))sys_addaudithook, METH_FASTCALL|METH_KEYWORDS, sys_ad…
44 {"displayhook", (PyCFunction)sys_displayhook, METH_O, sys_displayhook__doc__},
53 … {"excepthook", (PyCFunction)(void(*)(void))sys_excepthook, METH_FASTCALL, sys_excepthook__doc__},
89 {"exc_info", (PyCFunction)sys_exc_info, METH_NOARGS, sys_exc_info__doc__},
115 {"unraisablehook", (PyCFunction)sys_unraisablehook, METH_O, sys_unraisablehook__doc__},
129 {"exit", (PyCFunction)(void(*)(void))sys_exit, METH_FASTCALL, sys_exit__doc__},
161 …{"getdefaultencoding", (PyCFunction)sys_getdefaultencoding, METH_NOARGS, sys_getdefaultencoding__d…
179 …{"getfilesystemencoding", (PyCFunction)sys_getfilesystemencoding, METH_NOARGS, sys_getfilesystemen…
197 …{"getfilesystemencodeerrors", (PyCFunction)sys_getfilesystemencodeerrors, METH_NOARGS, sys_getfile…
219 {"intern", (PyCFunction)sys_intern, METH_O, sys_intern__doc__},
[all …]
Dbltinmodule.c.h12 {"abs", (PyCFunction)builtin_abs, METH_O, builtin_abs__doc__},
23 {"all", (PyCFunction)builtin_all, METH_O, builtin_all__doc__},
34 {"any", (PyCFunction)builtin_any, METH_O, builtin_any__doc__},
48 {"ascii", (PyCFunction)builtin_ascii, METH_O, builtin_ascii__doc__},
60 {"bin", (PyCFunction)builtin_bin, METH_O, builtin_bin__doc__},
72 {"callable", (PyCFunction)builtin_callable, METH_O, builtin_callable__doc__},
85 {"format", (PyCFunction)(void(*)(void))builtin_format, METH_FASTCALL, builtin_format__doc__},
126 {"chr", (PyCFunction)builtin_chr, METH_O, builtin_chr__doc__},
166 …{"compile", (PyCFunction)(void(*)(void))builtin_compile, METH_FASTCALL|METH_KEYWORDS, builtin_comp…
262 {"divmod", (PyCFunction)(void(*)(void))builtin_divmod, METH_FASTCALL, builtin_divmod__doc__},
[all …]
/external/python/cpython2/Mac/Modules/menu/
D_Menumodule.c2302 {"DisposeMenu", (PyCFunction)MenuObj_DisposeMenu, 1,
2304 {"CalcMenuSize", (PyCFunction)MenuObj_CalcMenuSize, 1,
2306 {"CountMenuItems", (PyCFunction)MenuObj_CountMenuItems, 1,
2308 {"GetMenuFont", (PyCFunction)MenuObj_GetMenuFont, 1,
2310 {"SetMenuFont", (PyCFunction)MenuObj_SetMenuFont, 1,
2312 {"GetMenuExcludesMarkColumn", (PyCFunction)MenuObj_GetMenuExcludesMarkColumn, 1,
2314 {"SetMenuExcludesMarkColumn", (PyCFunction)MenuObj_SetMenuExcludesMarkColumn, 1,
2316 {"IsValidMenu", (PyCFunction)MenuObj_IsValidMenu, 1,
2318 {"GetMenuRetainCount", (PyCFunction)MenuObj_GetMenuRetainCount, 1,
2320 {"RetainMenu", (PyCFunction)MenuObj_RetainMenu, 1,
[all …]
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c1168 {"MCSetMovie", (PyCFunction)MovieCtlObj_MCSetMovie, 1,
1170 {"MCGetIndMovie", (PyCFunction)MovieCtlObj_MCGetIndMovie, 1,
1172 {"MCRemoveAllMovies", (PyCFunction)MovieCtlObj_MCRemoveAllMovies, 1,
1174 {"MCRemoveAMovie", (PyCFunction)MovieCtlObj_MCRemoveAMovie, 1,
1176 {"MCRemoveMovie", (PyCFunction)MovieCtlObj_MCRemoveMovie, 1,
1178 {"MCIsPlayerEvent", (PyCFunction)MovieCtlObj_MCIsPlayerEvent, 1,
1180 {"MCDoAction", (PyCFunction)MovieCtlObj_MCDoAction, 1,
1182 {"MCSetControllerAttached", (PyCFunction)MovieCtlObj_MCSetControllerAttached, 1,
1184 {"MCIsControllerAttached", (PyCFunction)MovieCtlObj_MCIsControllerAttached, 1,
1186 {"MCSetControllerPort", (PyCFunction)MovieCtlObj_MCSetControllerPort, 1,
[all …]
/external/python/cpython2/Mac/Modules/cg/
D_CGmodule.c1062 {"CGContextSaveGState", (PyCFunction)CGContextRefObj_CGContextSaveGState, 1,
1064 {"CGContextRestoreGState", (PyCFunction)CGContextRefObj_CGContextRestoreGState, 1,
1066 {"CGContextScaleCTM", (PyCFunction)CGContextRefObj_CGContextScaleCTM, 1,
1068 {"CGContextTranslateCTM", (PyCFunction)CGContextRefObj_CGContextTranslateCTM, 1,
1070 {"CGContextRotateCTM", (PyCFunction)CGContextRefObj_CGContextRotateCTM, 1,
1072 {"CGContextConcatCTM", (PyCFunction)CGContextRefObj_CGContextConcatCTM, 1,
1074 {"CGContextGetCTM", (PyCFunction)CGContextRefObj_CGContextGetCTM, 1,
1076 {"CGContextSetLineWidth", (PyCFunction)CGContextRefObj_CGContextSetLineWidth, 1,
1078 {"CGContextSetLineCap", (PyCFunction)CGContextRefObj_CGContextSetLineCap, 1,
1080 {"CGContextSetLineJoin", (PyCFunction)CGContextRefObj_CGContextSetLineJoin, 1,
[all …]
/external/python/cpython3/Modules/clinic/
Dreadline.c.h12 … {"parse_and_bind", (PyCFunction)readline_parse_and_bind, METH_O, readline_parse_and_bind__doc__},
23 …{"read_init_file", (PyCFunction)(void(*)(void))readline_read_init_file, METH_FASTCALL, readline_re…
57 …{"read_history_file", (PyCFunction)(void(*)(void))readline_read_history_file, METH_FASTCALL, readl…
91 …{"write_history_file", (PyCFunction)(void(*)(void))readline_write_history_file, METH_FASTCALL, rea…
127 …{"append_history_file", (PyCFunction)(void(*)(void))readline_append_history_file, METH_FASTCALL, r…
169 …{"set_history_length", (PyCFunction)readline_set_history_length, METH_O, readline_set_history_leng…
197 …{"get_history_length", (PyCFunction)readline_get_history_length, METH_NOARGS, readline_get_history…
219 …{"set_completion_display_matches_hook", (PyCFunction)(void(*)(void))readline_set_completion_displa…
255 …{"set_startup_hook", (PyCFunction)(void(*)(void))readline_set_startup_hook, METH_FASTCALL, readlin…
293 …{"set_pre_input_hook", (PyCFunction)(void(*)(void))readline_set_pre_input_hook, METH_FASTCALL, rea…
[all …]
Darraymodule.c.h12 {"__copy__", (PyCFunction)array_array___copy__, METH_NOARGS, array_array___copy____doc__},
30 … {"__deepcopy__", (PyCFunction)array_array___deepcopy__, METH_O, array_array___deepcopy____doc__},
39 {"count", (PyCFunction)array_array_count, METH_O, array_array_count__doc__},
50 … {"index", (PyCFunction)(void(*)(void))array_array_index, METH_FASTCALL, array_array_index__doc__},
94 {"remove", (PyCFunction)array_array_remove, METH_O, array_array_remove__doc__},
105 {"pop", (PyCFunction)(void(*)(void))array_array_pop, METH_FASTCALL, array_array_pop__doc__},
148 …{"extend", (PyCFunction)(void(*)(void))array_array_extend, METH_METHOD|METH_FASTCALL|METH_KEYWORDS…
178 …{"insert", (PyCFunction)(void(*)(void))array_array_insert, METH_FASTCALL, array_array_insert__doc_…
222 …{"buffer_info", (PyCFunction)array_array_buffer_info, METH_NOARGS, array_array_buffer_info__doc__},
240 {"append", (PyCFunction)array_array_append, METH_O, array_array_append__doc__},
[all …]
D_cursesmodule.c.h24 {"addch", (PyCFunction)_curses_window_addch, METH_VARARGS, _curses_window_addch__doc__},
96 {"addstr", (PyCFunction)_curses_window_addstr, METH_VARARGS, _curses_window_addstr__doc__},
170 {"addnstr", (PyCFunction)_curses_window_addnstr, METH_VARARGS, _curses_window_addnstr__doc__},
236 …{"bkgd", (PyCFunction)(void(*)(void))_curses_window_bkgd, METH_FASTCALL, _curses_window_bkgd__doc_…
273 {"attroff", (PyCFunction)_curses_window_attroff, METH_O, _curses_window_attroff__doc__},
301 {"attron", (PyCFunction)_curses_window_attron, METH_O, _curses_window_attron__doc__},
329 {"attrset", (PyCFunction)_curses_window_attrset, METH_O, _curses_window_attrset__doc__},
362 …{"bkgdset", (PyCFunction)(void(*)(void))_curses_window_bkgdset, METH_FASTCALL, _curses_window_bkgd…
425 …{"border", (PyCFunction)(void(*)(void))_curses_window_border, METH_FASTCALL, _curses_window_border…
501 {"box", (PyCFunction)_curses_window_box, METH_VARARGS, _curses_window_box__doc__},
[all …]
D_asynciomodule.c.h63 {"result", (PyCFunction)_asyncio_Future_result, METH_NOARGS, _asyncio_Future_result__doc__},
86 …{"exception", (PyCFunction)_asyncio_Future_exception, METH_NOARGS, _asyncio_Future_exception__doc_…
107 …{"set_result", (PyCFunction)_asyncio_Future_set_result, METH_O, _asyncio_Future_set_result__doc__},
119 …{"set_exception", (PyCFunction)_asyncio_Future_set_exception, METH_O, _asyncio_Future_set_exceptio…
132 …{"add_done_callback", (PyCFunction)(void(*)(void))_asyncio_Future_add_done_callback, METH_FASTCALL…
174 …{"remove_done_callback", (PyCFunction)_asyncio_Future_remove_done_callback, METH_O, _asyncio_Futur…
187 …{"cancel", (PyCFunction)(void(*)(void))_asyncio_Future_cancel, METH_FASTCALL|METH_KEYWORDS, _async…
224 …{"cancelled", (PyCFunction)_asyncio_Future_cancelled, METH_NOARGS, _asyncio_Future_cancelled__doc_…
245 {"done", (PyCFunction)_asyncio_Future_done, METH_NOARGS, _asyncio_Future_done__doc__},
263 … {"get_loop", (PyCFunction)_asyncio_Future_get_loop, METH_NOARGS, _asyncio_Future_get_loop__doc__},
[all …]
Dgcmodule.c.h12 {"enable", (PyCFunction)gc_enable, METH_NOARGS, gc_enable__doc__},
30 {"disable", (PyCFunction)gc_disable, METH_NOARGS, gc_disable__doc__},
48 {"isenabled", (PyCFunction)gc_isenabled, METH_NOARGS, gc_isenabled__doc__},
82 …{"collect", (PyCFunction)(void(*)(void))gc_collect, METH_FASTCALL|METH_KEYWORDS, gc_collect__doc__…
138 {"set_debug", (PyCFunction)gc_set_debug, METH_O, gc_set_debug__doc__},
166 {"get_debug", (PyCFunction)gc_get_debug, METH_NOARGS, gc_get_debug__doc__},
194 {"get_threshold", (PyCFunction)gc_get_threshold, METH_NOARGS, gc_get_threshold__doc__},
212 {"get_count", (PyCFunction)gc_get_count, METH_NOARGS, gc_get_count__doc__},
236 …{"get_objects", (PyCFunction)(void(*)(void))gc_get_objects, METH_FASTCALL|METH_KEYWORDS, gc_get_ob…
275 {"get_stats", (PyCFunction)gc_get_stats, METH_NOARGS, gc_get_stats__doc__},
[all …]
D_operator.c.h12 {"truth", (PyCFunction)_operator_truth, METH_O, _operator_truth__doc__},
40 {"add", (PyCFunction)(void(*)(void))_operator_add, METH_FASTCALL, _operator_add__doc__},
70 {"sub", (PyCFunction)(void(*)(void))_operator_sub, METH_FASTCALL, _operator_sub__doc__},
100 {"mul", (PyCFunction)(void(*)(void))_operator_mul, METH_FASTCALL, _operator_mul__doc__},
130 … {"matmul", (PyCFunction)(void(*)(void))_operator_matmul, METH_FASTCALL, _operator_matmul__doc__},
160 …{"floordiv", (PyCFunction)(void(*)(void))_operator_floordiv, METH_FASTCALL, _operator_floordiv__do…
190 …{"truediv", (PyCFunction)(void(*)(void))_operator_truediv, METH_FASTCALL, _operator_truediv__doc__…
220 {"mod", (PyCFunction)(void(*)(void))_operator_mod, METH_FASTCALL, _operator_mod__doc__},
250 {"neg", (PyCFunction)_operator_neg, METH_O, _operator_neg__doc__},
259 {"pos", (PyCFunction)_operator_pos, METH_O, _operator_pos__doc__},
[all …]
D_tkinter.c.h11 {"eval", (PyCFunction)_tkinter_tkapp_eval, METH_O, _tkinter_tkapp_eval__doc__},
47 {"evalfile", (PyCFunction)_tkinter_tkapp_evalfile, METH_O, _tkinter_tkapp_evalfile__doc__},
83 {"record", (PyCFunction)_tkinter_tkapp_record, METH_O, _tkinter_tkapp_record__doc__},
119 …{"adderrorinfo", (PyCFunction)_tkinter_tkapp_adderrorinfo, METH_O, _tkinter_tkapp_adderrorinfo__do…
155 {"getint", (PyCFunction)_tkinter_tkapp_getint, METH_O, _tkinter_tkapp_getint__doc__},
163 {"getdouble", (PyCFunction)_tkinter_tkapp_getdouble, METH_O, _tkinter_tkapp_getdouble__doc__},
171 … {"getboolean", (PyCFunction)_tkinter_tkapp_getboolean, METH_O, _tkinter_tkapp_getboolean__doc__},
179 … {"exprstring", (PyCFunction)_tkinter_tkapp_exprstring, METH_O, _tkinter_tkapp_exprstring__doc__},
215 {"exprlong", (PyCFunction)_tkinter_tkapp_exprlong, METH_O, _tkinter_tkapp_exprlong__doc__},
251 … {"exprdouble", (PyCFunction)_tkinter_tkapp_exprdouble, METH_O, _tkinter_tkapp_exprdouble__doc__},
[all …]
/external/python/cpython2/Mac/Modules/win/
D_Winmodule.c2326 {"GetWindowOwnerCount", (PyCFunction)WinObj_GetWindowOwnerCount, 1,
2328 {"CloneWindow", (PyCFunction)WinObj_CloneWindow, 1,
2330 {"GetWindowRetainCount", (PyCFunction)WinObj_GetWindowRetainCount, 1,
2332 {"RetainWindow", (PyCFunction)WinObj_RetainWindow, 1,
2334 {"ReleaseWindow", (PyCFunction)WinObj_ReleaseWindow, 1,
2336 {"ReshapeCustomWindow", (PyCFunction)WinObj_ReshapeCustomWindow, 1,
2338 {"GetWindowWidgetHilite", (PyCFunction)WinObj_GetWindowWidgetHilite, 1,
2340 {"GetWindowClass", (PyCFunction)WinObj_GetWindowClass, 1,
2342 {"GetWindowAttributes", (PyCFunction)WinObj_GetWindowAttributes, 1,
2344 {"ChangeWindowAttributes", (PyCFunction)WinObj_ChangeWindowAttributes, 1,
[all …]
/external/python/cpython2/Mac/Modules/evt/
D_Evtmodule.c472 {"GetMouse", (PyCFunction)Evt_GetMouse, 1,
474 {"Button", (PyCFunction)Evt_Button, 1,
476 {"StillDown", (PyCFunction)Evt_StillDown, 1,
478 {"WaitMouseUp", (PyCFunction)Evt_WaitMouseUp, 1,
480 {"GetCaretTime", (PyCFunction)Evt_GetCaretTime, 1,
482 {"GetKeys", (PyCFunction)Evt_GetKeys, 1,
484 {"GetDblTime", (PyCFunction)Evt_GetDblTime, 1,
486 {"SetEventMask", (PyCFunction)Evt_SetEventMask, 1,
488 {"GetNextEvent", (PyCFunction)Evt_GetNextEvent, 1,
490 {"EventAvail", (PyCFunction)Evt_EventAvail, 1,
[all …]
/external/python/cpython2/Mac/Modules/ctl/
D_Ctlmodule.c3480 {"HiliteControl", (PyCFunction)CtlObj_HiliteControl, 1,
3482 {"ShowControl", (PyCFunction)CtlObj_ShowControl, 1,
3484 {"HideControl", (PyCFunction)CtlObj_HideControl, 1,
3486 {"IsControlActive", (PyCFunction)CtlObj_IsControlActive, 1,
3488 {"IsControlVisible", (PyCFunction)CtlObj_IsControlVisible, 1,
3490 {"ActivateControl", (PyCFunction)CtlObj_ActivateControl, 1,
3492 {"DeactivateControl", (PyCFunction)CtlObj_DeactivateControl, 1,
3494 {"SetControlVisibility", (PyCFunction)CtlObj_SetControlVisibility, 1,
3496 {"IsControlEnabled", (PyCFunction)CtlObj_IsControlEnabled, 1,
3498 {"EnableControl", (PyCFunction)CtlObj_EnableControl, 1,
[all …]
/external/python/cpython3/PC/clinic/
D_msi.c.h12 {"UuidCreate", (PyCFunction)_msi_UuidCreate, METH_NOARGS, _msi_UuidCreate__doc__},
36 {"FCICreate", (PyCFunction)(void(*)(void))_msi_FCICreate, METH_FASTCALL, _msi_FCICreate__doc__},
78 {"Close", (PyCFunction)_msi_Database_Close, METH_NOARGS, _msi_Database_Close__doc__},
96 …{"GetFieldCount", (PyCFunction)_msi_Record_GetFieldCount, METH_NOARGS, _msi_Record_GetFieldCount__…
114 {"GetInteger", (PyCFunction)_msi_Record_GetInteger, METH_O, _msi_Record_GetInteger__doc__},
142 {"GetString", (PyCFunction)_msi_Record_GetString, METH_O, _msi_Record_GetString__doc__},
170 {"ClearData", (PyCFunction)_msi_Record_ClearData, METH_NOARGS, _msi_Record_ClearData__doc__},
188 …{"SetString", (PyCFunction)(void(*)(void))_msi_Record_SetString, METH_FASTCALL, _msi_Record_SetStr…
237 …{"SetStream", (PyCFunction)(void(*)(void))_msi_Record_SetStream, METH_FASTCALL, _msi_Record_SetStr…
286 …{"SetInteger", (PyCFunction)(void(*)(void))_msi_Record_SetInteger, METH_FASTCALL, _msi_Record_SetI…
[all …]
/external/python/cpython2/Mac/Modules/te/
D_TEmodule.c769 {"TESetText", (PyCFunction)TEObj_TESetText, 1,
771 {"TEGetText", (PyCFunction)TEObj_TEGetText, 1,
773 {"TEIdle", (PyCFunction)TEObj_TEIdle, 1,
775 {"TESetSelect", (PyCFunction)TEObj_TESetSelect, 1,
777 {"TEActivate", (PyCFunction)TEObj_TEActivate, 1,
779 {"TEDeactivate", (PyCFunction)TEObj_TEDeactivate, 1,
781 {"TEKey", (PyCFunction)TEObj_TEKey, 1,
783 {"TECut", (PyCFunction)TEObj_TECut, 1,
785 {"TECopy", (PyCFunction)TEObj_TECopy, 1,
787 {"TEPaste", (PyCFunction)TEObj_TEPaste, 1,
[all …]
/external/python/cpython3/Modules/_io/clinic/
Diobase.c.h12 {"tell", (PyCFunction)_io__IOBase_tell, METH_NOARGS, _io__IOBase_tell__doc__},
32 {"flush", (PyCFunction)_io__IOBase_flush, METH_NOARGS, _io__IOBase_flush__doc__},
52 {"close", (PyCFunction)_io__IOBase_close, METH_NOARGS, _io__IOBase_close__doc__},
73 {"seekable", (PyCFunction)_io__IOBase_seekable, METH_NOARGS, _io__IOBase_seekable__doc__},
93 {"readable", (PyCFunction)_io__IOBase_readable, METH_NOARGS, _io__IOBase_readable__doc__},
113 {"writable", (PyCFunction)_io__IOBase_writable, METH_NOARGS, _io__IOBase_writable__doc__},
133 {"fileno", (PyCFunction)_io__IOBase_fileno, METH_NOARGS, _io__IOBase_fileno__doc__},
153 {"isatty", (PyCFunction)_io__IOBase_isatty, METH_NOARGS, _io__IOBase_isatty__doc__},
177 …{"readline", (PyCFunction)(void(*)(void))_io__IOBase_readline, METH_FASTCALL, _io__IOBase_readline…
215 …{"readlines", (PyCFunction)(void(*)(void))_io__IOBase_readlines, METH_FASTCALL, _io__IOBase_readli…
[all …]
Dbytesio.c.h12 {"readable", (PyCFunction)_io_BytesIO_readable, METH_NOARGS, _io_BytesIO_readable__doc__},
30 {"writable", (PyCFunction)_io_BytesIO_writable, METH_NOARGS, _io_BytesIO_writable__doc__},
48 {"seekable", (PyCFunction)_io_BytesIO_seekable, METH_NOARGS, _io_BytesIO_seekable__doc__},
66 {"flush", (PyCFunction)_io_BytesIO_flush, METH_NOARGS, _io_BytesIO_flush__doc__},
84 {"getbuffer", (PyCFunction)_io_BytesIO_getbuffer, METH_NOARGS, _io_BytesIO_getbuffer__doc__},
102 {"getvalue", (PyCFunction)_io_BytesIO_getvalue, METH_NOARGS, _io_BytesIO_getvalue__doc__},
122 {"isatty", (PyCFunction)_io_BytesIO_isatty, METH_NOARGS, _io_BytesIO_isatty__doc__},
140 {"tell", (PyCFunction)_io_BytesIO_tell, METH_NOARGS, _io_BytesIO_tell__doc__},
161 {"read", (PyCFunction)(void(*)(void))_io_BytesIO_read, METH_FASTCALL, _io_BytesIO_read__doc__},
198 … {"read1", (PyCFunction)(void(*)(void))_io_BytesIO_read1, METH_FASTCALL, _io_BytesIO_read1__doc__},
[all …]
/external/python/cpython2/Mac/Modules/mlte/
D_Mltemodule.c1121 {"TXNDeleteObject", (PyCFunction)TXNObj_TXNDeleteObject, 1,
1123 {"TXNResizeFrame", (PyCFunction)TXNObj_TXNResizeFrame, 1,
1125 {"TXNSetFrameBounds", (PyCFunction)TXNObj_TXNSetFrameBounds, 1,
1127 {"TXNKeyDown", (PyCFunction)TXNObj_TXNKeyDown, 1,
1129 {"TXNAdjustCursor", (PyCFunction)TXNObj_TXNAdjustCursor, 1,
1131 {"TXNClick", (PyCFunction)TXNObj_TXNClick, 1,
1133 {"TXNSelectAll", (PyCFunction)TXNObj_TXNSelectAll, 1,
1135 {"TXNFocus", (PyCFunction)TXNObj_TXNFocus, 1,
1137 {"TXNUpdate", (PyCFunction)TXNObj_TXNUpdate, 1,
1139 {"TXNDraw", (PyCFunction)TXNObj_TXNDraw, 1,
[all …]
/external/python/cpython2/Mac/Modules/list/
D_Listmodule.c618 {"LAddColumn", (PyCFunction)ListObj_LAddColumn, 1,
620 {"LAddRow", (PyCFunction)ListObj_LAddRow, 1,
622 {"LDelColumn", (PyCFunction)ListObj_LDelColumn, 1,
624 {"LDelRow", (PyCFunction)ListObj_LDelRow, 1,
626 {"LGetSelect", (PyCFunction)ListObj_LGetSelect, 1,
628 {"LLastClick", (PyCFunction)ListObj_LLastClick, 1,
630 {"LNextCell", (PyCFunction)ListObj_LNextCell, 1,
632 {"LSize", (PyCFunction)ListObj_LSize, 1,
634 {"LSetDrawingMode", (PyCFunction)ListObj_LSetDrawingMode, 1,
636 {"LScroll", (PyCFunction)ListObj_LScroll, 1,
[all …]
/external/python/cpython2/Mac/Modules/dlg/
D_Dlgmodule.c864 {"DrawDialog", (PyCFunction)DlgObj_DrawDialog, 1,
866 {"UpdateDialog", (PyCFunction)DlgObj_UpdateDialog, 1,
868 {"HideDialogItem", (PyCFunction)DlgObj_HideDialogItem, 1,
870 {"ShowDialogItem", (PyCFunction)DlgObj_ShowDialogItem, 1,
872 {"FindDialogItem", (PyCFunction)DlgObj_FindDialogItem, 1,
874 {"DialogCut", (PyCFunction)DlgObj_DialogCut, 1,
876 {"DialogPaste", (PyCFunction)DlgObj_DialogPaste, 1,
878 {"DialogCopy", (PyCFunction)DlgObj_DialogCopy, 1,
880 {"DialogDelete", (PyCFunction)DlgObj_DialogDelete, 1,
882 {"GetDialogItem", (PyCFunction)DlgObj_GetDialogItem, 1,
[all …]

12345678910>>...17