Home
last modified time | relevance | path

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

12345678910>>...15

/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/cpython3/Modules/clinic/
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__},
48 {"index", (PyCFunction)array_array_index, METH_O, array_array_index__doc__},
57 {"remove", (PyCFunction)array_array_remove, METH_O, array_array_remove__doc__},
68 {"pop", (PyCFunction)array_array_pop, METH_FASTCALL, array_array_pop__doc__},
96 {"extend", (PyCFunction)array_array_extend, METH_O, array_array_extend__doc__},
105 {"insert", (PyCFunction)array_array_insert, METH_FASTCALL, array_array_insert__doc__},
137 …{"buffer_info", (PyCFunction)array_array_buffer_info, METH_NOARGS, array_array_buffer_info__doc__},
155 {"append", (PyCFunction)array_array_append, METH_O, array_array_append__doc__},
[all …]
D_tkinter.c.h11 {"eval", (PyCFunction)_tkinter_tkapp_eval, METH_O, _tkinter_tkapp_eval__doc__},
37 {"evalfile", (PyCFunction)_tkinter_tkapp_evalfile, METH_O, _tkinter_tkapp_evalfile__doc__},
63 {"record", (PyCFunction)_tkinter_tkapp_record, METH_O, _tkinter_tkapp_record__doc__},
89 …{"adderrorinfo", (PyCFunction)_tkinter_tkapp_adderrorinfo, METH_O, _tkinter_tkapp_adderrorinfo__do…
115 {"getint", (PyCFunction)_tkinter_tkapp_getint, METH_O, _tkinter_tkapp_getint__doc__},
123 {"getdouble", (PyCFunction)_tkinter_tkapp_getdouble, METH_O, _tkinter_tkapp_getdouble__doc__},
131 … {"getboolean", (PyCFunction)_tkinter_tkapp_getboolean, METH_O, _tkinter_tkapp_getboolean__doc__},
139 … {"exprstring", (PyCFunction)_tkinter_tkapp_exprstring, METH_O, _tkinter_tkapp_exprstring__doc__},
165 {"exprlong", (PyCFunction)_tkinter_tkapp_exprlong, METH_O, _tkinter_tkapp_exprlong__doc__},
191 … {"exprdouble", (PyCFunction)_tkinter_tkapp_exprdouble, METH_O, _tkinter_tkapp_exprdouble__doc__},
[all …]
Dmathmodule.c.h12 {"gcd", (PyCFunction)math_gcd, METH_FASTCALL, math_gcd__doc__},
44 {"ceil", (PyCFunction)math_ceil, METH_O, math_ceil__doc__},
55 {"floor", (PyCFunction)math_floor, METH_O, math_floor__doc__},
66 {"fsum", (PyCFunction)math_fsum, METH_O, math_fsum__doc__},
77 {"factorial", (PyCFunction)math_factorial, METH_O, math_factorial__doc__},
88 {"trunc", (PyCFunction)math_trunc, METH_O, math_trunc__doc__},
100 {"frexp", (PyCFunction)math_frexp, METH_O, math_frexp__doc__},
129 {"ldexp", (PyCFunction)math_ldexp, METH_FASTCALL, math_ldexp__doc__},
160 {"modf", (PyCFunction)math_modf, METH_O, math_modf__doc__},
187 {"log", (PyCFunction)math_log, METH_VARARGS, math_log__doc__},
[all …]
D_asynciomodule.c.h54 {"result", (PyCFunction)_asyncio_Future_result, METH_NOARGS, _asyncio_Future_result__doc__},
77 …{"exception", (PyCFunction)_asyncio_Future_exception, METH_NOARGS, _asyncio_Future_exception__doc_…
98 …{"set_result", (PyCFunction)_asyncio_Future_set_result, METH_O, _asyncio_Future_set_result__doc__},
110 …{"set_exception", (PyCFunction)_asyncio_Future_set_exception, METH_O, _asyncio_Future_set_exceptio…
123 …{"add_done_callback", (PyCFunction)_asyncio_Future_add_done_callback, METH_FASTCALL|METH_KEYWORDS,…
157 …{"remove_done_callback", (PyCFunction)_asyncio_Future_remove_done_callback, METH_O, _asyncio_Futur…
170 {"cancel", (PyCFunction)_asyncio_Future_cancel, METH_NOARGS, _asyncio_Future_cancel__doc__},
188 …{"cancelled", (PyCFunction)_asyncio_Future_cancelled, METH_NOARGS, _asyncio_Future_cancelled__doc_…
209 {"done", (PyCFunction)_asyncio_Future_done, METH_NOARGS, _asyncio_Future_done__doc__},
227 … {"get_loop", (PyCFunction)_asyncio_Future_get_loop, METH_NOARGS, _asyncio_Future_get_loop__doc__},
[all …]
D_ssl.c.h11 …{"do_handshake", (PyCFunction)_ssl__SSLSocket_do_handshake, METH_NOARGS, _ssl__SSLSocket_do_handsh…
28 … {"_test_decode_cert", (PyCFunction)_ssl__test_decode_cert, METH_O, _ssl__test_decode_cert__doc__},
63 …{"getpeercert", (PyCFunction)_ssl__SSLSocket_getpeercert, METH_FASTCALL, _ssl__SSLSocket_getpeerce…
90 …{"shared_ciphers", (PyCFunction)_ssl__SSLSocket_shared_ciphers, METH_NOARGS, _ssl__SSLSocket_share…
107 {"cipher", (PyCFunction)_ssl__SSLSocket_cipher, METH_NOARGS, _ssl__SSLSocket_cipher__doc__},
124 {"version", (PyCFunction)_ssl__SSLSocket_version, METH_NOARGS, _ssl__SSLSocket_version__doc__},
143 …{"selected_npn_protocol", (PyCFunction)_ssl__SSLSocket_selected_npn_protocol, METH_NOARGS, _ssl__S…
164 …{"selected_alpn_protocol", (PyCFunction)_ssl__SSLSocket_selected_alpn_protocol, METH_NOARGS, _ssl_…
183 …{"compression", (PyCFunction)_ssl__SSLSocket_compression, METH_NOARGS, _ssl__SSLSocket_compression…
203 {"write", (PyCFunction)_ssl__SSLSocket_write, METH_O, _ssl__SSLSocket_write__doc__},
[all …]
D_elementtree.c.h11 … {"append", (PyCFunction)_elementtree_Element_append, METH_O, _elementtree_Element_append__doc__},
37 …{"clear", (PyCFunction)_elementtree_Element_clear, METH_NOARGS, _elementtree_Element_clear__doc__},
54 …{"__copy__", (PyCFunction)_elementtree_Element___copy__, METH_NOARGS, _elementtree_Element___copy_…
71 …{"__deepcopy__", (PyCFunction)_elementtree_Element___deepcopy__, METH_O, _elementtree_Element___de…
97 …{"__sizeof__", (PyCFunction)_elementtree_Element___sizeof__, METH_NOARGS, _elementtree_Element___s…
124 …{"__getstate__", (PyCFunction)_elementtree_Element___getstate__, METH_NOARGS, _elementtree_Element…
141 …{"__setstate__", (PyCFunction)_elementtree_Element___setstate__, METH_O, _elementtree_Element___se…
149 … {"extend", (PyCFunction)_elementtree_Element_extend, METH_O, _elementtree_Element_extend__doc__},
157 …{"find", (PyCFunction)_elementtree_Element_find, METH_FASTCALL|METH_KEYWORDS, _elementtree_Element…
188 …{"findtext", (PyCFunction)_elementtree_Element_findtext, METH_FASTCALL|METH_KEYWORDS, _elementtree…
[all …]
D_operator.c.h12 {"truth", (PyCFunction)_operator_truth, METH_O, _operator_truth__doc__},
40 {"add", (PyCFunction)_operator_add, METH_FASTCALL, _operator_add__doc__},
70 {"sub", (PyCFunction)_operator_sub, METH_FASTCALL, _operator_sub__doc__},
100 {"mul", (PyCFunction)_operator_mul, METH_FASTCALL, _operator_mul__doc__},
130 {"matmul", (PyCFunction)_operator_matmul, METH_FASTCALL, _operator_matmul__doc__},
160 {"floordiv", (PyCFunction)_operator_floordiv, METH_FASTCALL, _operator_floordiv__doc__},
190 {"truediv", (PyCFunction)_operator_truediv, METH_FASTCALL, _operator_truediv__doc__},
220 {"mod", (PyCFunction)_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 …]
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)gc_collect, METH_FASTCALL|METH_KEYWORDS, gc_collect__doc__},
128 {"set_debug", (PyCFunction)gc_set_debug, METH_O, gc_set_debug__doc__},
155 {"get_debug", (PyCFunction)gc_get_debug, METH_NOARGS, gc_get_debug__doc__},
183 {"get_threshold", (PyCFunction)gc_get_threshold, METH_NOARGS, gc_get_threshold__doc__},
201 {"get_count", (PyCFunction)gc_get_count, METH_NOARGS, gc_get_count__doc__},
219 {"get_objects", (PyCFunction)gc_get_objects, METH_NOARGS, gc_get_objects__doc__},
237 {"get_stats", (PyCFunction)gc_get_stats, METH_NOARGS, gc_get_stats__doc__},
[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/Modules/
D_cursesmodule.c1997 {"addnstr", (PyCFunction)PyCursesWindow_AddNStr, METH_VARARGS},
1998 {"addstr", (PyCFunction)PyCursesWindow_AddStr, METH_VARARGS},
1999 {"attroff", (PyCFunction)PyCursesWindow_AttrOff, METH_VARARGS},
2000 {"attron", (PyCFunction)PyCursesWindow_AttrOn, METH_VARARGS},
2001 {"attrset", (PyCFunction)PyCursesWindow_AttrSet, METH_VARARGS},
2002 {"bkgd", (PyCFunction)PyCursesWindow_Bkgd, METH_VARARGS},
2004 {"chgat", (PyCFunction)PyCursesWindow_ChgAt, METH_VARARGS},
2006 {"bkgdset", (PyCFunction)PyCursesWindow_BkgdSet, METH_VARARGS},
2007 {"border", (PyCFunction)PyCursesWindow_Border, METH_VARARGS},
2008 {"box", (PyCFunction)PyCursesWindow_Box, METH_VARARGS},
[all …]
/external/python/cpython3/Objects/clinic/
Dunicodeobject.c.h15 {"title", (PyCFunction)unicode_title, METH_NOARGS, unicode_title__doc__},
36 {"capitalize", (PyCFunction)unicode_capitalize, METH_NOARGS, unicode_capitalize__doc__},
54 {"casefold", (PyCFunction)unicode_casefold, METH_NOARGS, unicode_casefold__doc__},
74 {"center", (PyCFunction)unicode_center, METH_FASTCALL, unicode_center__doc__},
112 {"encode", (PyCFunction)unicode_encode, METH_FASTCALL|METH_KEYWORDS, unicode_encode__doc__},
145 …{"expandtabs", (PyCFunction)unicode_expandtabs, METH_FASTCALL|METH_KEYWORDS, unicode_expandtabs__d…
178 {"isascii", (PyCFunction)unicode_isascii, METH_NOARGS, unicode_isascii__doc__},
199 {"islower", (PyCFunction)unicode_islower, METH_NOARGS, unicode_islower__doc__},
220 {"isupper", (PyCFunction)unicode_isupper, METH_NOARGS, unicode_isupper__doc__},
241 {"istitle", (PyCFunction)unicode_istitle, METH_NOARGS, unicode_istitle__doc__},
[all …]
Dbytearrayobject.c.h12 {"clear", (PyCFunction)bytearray_clear, METH_NOARGS, bytearray_clear__doc__},
30 {"copy", (PyCFunction)bytearray_copy, METH_NOARGS, bytearray_copy__doc__},
54 …{"translate", (PyCFunction)bytearray_translate, METH_FASTCALL|METH_KEYWORDS, bytearray_translate__…
91 …{"maketrans", (PyCFunction)bytearray_maketrans, METH_FASTCALL|METH_STATIC, bytearray_maketrans__do…
136 {"replace", (PyCFunction)bytearray_replace, METH_FASTCALL, bytearray_replace__doc__},
184 {"split", (PyCFunction)bytearray_split, METH_FASTCALL|METH_KEYWORDS, bytearray_split__doc__},
223 {"partition", (PyCFunction)bytearray_partition, METH_O, bytearray_partition__doc__},
240 {"rpartition", (PyCFunction)bytearray_rpartition, METH_O, bytearray_rpartition__doc__},
259 {"rsplit", (PyCFunction)bytearray_rsplit, METH_FASTCALL|METH_KEYWORDS, bytearray_rsplit__doc__},
291 {"reverse", (PyCFunction)bytearray_reverse, METH_NOARGS, bytearray_reverse__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/cpython3/Python/clinic/
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)builtin_format, METH_FASTCALL, builtin_format__doc__},
114 {"chr", (PyCFunction)builtin_chr, METH_O, builtin_chr__doc__},
153 {"compile", (PyCFunction)builtin_compile, METH_FASTCALL|METH_KEYWORDS, builtin_compile__doc__},
190 {"divmod", (PyCFunction)builtin_divmod, METH_FASTCALL, builtin_divmod__doc__},
[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/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/cpython3/Modules/_io/clinic/
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)_io_BytesIO_read, METH_FASTCALL, _io_BytesIO_read__doc__},
192 {"read1", (PyCFunction)_io_BytesIO_read1, METH_FASTCALL, _io_BytesIO_read1__doc__},
[all …]
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)_io__IOBase_readline, METH_FASTCALL, _io__IOBase_readline__doc__},
209 {"readlines", (PyCFunction)_io__IOBase_readlines, METH_FASTCALL, _io__IOBase_readlines__doc__},
[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/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/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 …]

12345678910>>...15