Home
last modified time | relevance | path

Searched refs:PyCFunction (Results 1 - 25 of 167) sorted by relevance

1234567

/third_party/python/Python/clinic/
H A Dsysmodule.c.h44 {"displayhook", (PyCFunction)sys_displayhook, METH_O, sys_displayhook__doc__},
90 {"exception", (PyCFunction)sys_exception, METH_NOARGS, sys_exception__doc__},
111 {"exc_info", (PyCFunction)sys_exc_info, METH_NOARGS, sys_exc_info__doc__},
137 {"unraisablehook", (PyCFunction)sys_unraisablehook, METH_O, sys_unraisablehook__doc__},
183 {"getdefaultencoding", (PyCFunction)sys_getdefaultencoding, METH_NOARGS, sys_getdefaultencoding__doc__},
201 {"getfilesystemencoding", (PyCFunction)sys_getfilesystemencoding, METH_NOARGS, sys_getfilesystemencoding__doc__},
219 {"getfilesystemencodeerrors", (PyCFunction)sys_getfilesystemencodeerrors, METH_NOARGS, sys_getfilesystemencodeerrors__doc__},
241 {"intern", (PyCFunction)sys_intern, METH_O, sys_intern__doc__},
275 {"gettrace", (PyCFunction)sys_gettrace, METH_NOARGS, sys_gettrace__doc__},
295 {"getprofile", (PyCFunction)sys_getprofil
[all...]
H A Dcontext.c.h52 {"items", (PyCFunction)_contextvars_Context_items, METH_NOARGS, _contextvars_Context_items__doc__},
70 {"keys", (PyCFunction)_contextvars_Context_keys, METH_NOARGS, _contextvars_Context_keys__doc__},
88 {"values", (PyCFunction)_contextvars_Context_values, METH_NOARGS, _contextvars_Context_values__doc__},
106 {"copy", (PyCFunction)_contextvars_Context_copy, METH_NOARGS, _contextvars_Context_copy__doc__},
167 {"set", (PyCFunction)_contextvars_ContextVar_set, METH_O, _contextvars_ContextVar_set__doc__},
179 {"reset", (PyCFunction)_contextvars_ContextVar_reset, METH_O, _contextvars_ContextVar_reset__doc__},
H A Dbltinmodule.c.h91 {"abs", (PyCFunction)builtin_abs, METH_O, builtin_abs__doc__},
102 {"all", (PyCFunction)builtin_all, METH_O, builtin_all__doc__},
113 {"any", (PyCFunction)builtin_any, METH_O, builtin_any__doc__},
127 {"ascii", (PyCFunction)builtin_ascii, METH_O, builtin_ascii__doc__},
139 {"bin", (PyCFunction)builtin_bin, METH_O, builtin_bin__doc__},
151 {"callable", (PyCFunction)builtin_callable, METH_O, builtin_callable__doc__},
205 {"chr", (PyCFunction)builtin_chr, METH_O, builtin_chr__doc__},
481 {"globals", (PyCFunction)builtin_globals, METH_NOARGS, builtin_globals__doc__},
534 {"id", (PyCFunction)builtin_id, METH_O, builtin_id__doc__},
613 {"hash", (PyCFunction)builtin_has
[all...]
/third_party/python/Objects/clinic/
H A Dtypeobject.c.h12 {"__instancecheck__", (PyCFunction)type___instancecheck__, METH_O, type___instancecheck____doc__},
40 {"__subclasscheck__", (PyCFunction)type___subclasscheck__, METH_O, type___subclasscheck____doc__},
68 {"mro", (PyCFunction)type_mro, METH_NOARGS, type_mro__doc__},
86 {"__subclasses__", (PyCFunction)type___subclasses__, METH_NOARGS, type___subclasses____doc__},
104 {"__dir__", (PyCFunction)type___dir__, METH_NOARGS, type___dir____doc__},
122 {"__sizeof__", (PyCFunction)type___sizeof__, METH_NOARGS, type___sizeof____doc__},
140 {"__getstate__", (PyCFunction)object___getstate__, METH_NOARGS, object___getstate____doc__},
158 {"__reduce__", (PyCFunction)object___reduce__, METH_NOARGS, object___reduce____doc__},
176 {"__reduce_ex__", (PyCFunction)object___reduce_ex__, METH_O, object___reduce_ex____doc__},
204 {"__format__", (PyCFunction)object___format_
[all...]
H A Dfloatobject.c.h12 {"is_integer", (PyCFunction)float_is_integer, METH_NOARGS, float_is_integer__doc__},
30 {"__trunc__", (PyCFunction)float___trunc__, METH_NOARGS, float___trunc____doc__},
48 {"__floor__", (PyCFunction)float___floor__, METH_NOARGS, float___floor____doc__},
66 {"__ceil__", (PyCFunction)float___ceil__, METH_NOARGS, float___ceil____doc__},
118 {"conjugate", (PyCFunction)float_conjugate, METH_NOARGS, float_conjugate__doc__},
141 {"hex", (PyCFunction)float_hex, METH_NOARGS, float_hex__doc__},
164 {"fromhex", (PyCFunction)float_fromhex, METH_O|METH_CLASS, float_fromhex__doc__},
185 {"as_integer_ratio", (PyCFunction)float_as_integer_ratio, METH_NOARGS, float_as_integer_ratio__doc__},
236 {"__getnewargs__", (PyCFunction)float___getnewargs__, METH_NOARGS, float___getnewargs____doc__},
263 {"__getformat__", (PyCFunction)float___getformat_
[all...]
H A Dunicodeobject.c.h12 {"size", (PyCFunction)EncodingMap_size, METH_NOARGS, EncodingMap_size__doc__},
33 {"title", (PyCFunction)unicode_title, METH_NOARGS, unicode_title__doc__},
54 {"capitalize", (PyCFunction)unicode_capitalize, METH_NOARGS, unicode_capitalize__doc__},
72 {"casefold", (PyCFunction)unicode_casefold, METH_NOARGS, unicode_casefold__doc__},
261 {"isascii", (PyCFunction)unicode_isascii, METH_NOARGS, unicode_isascii__doc__},
282 {"islower", (PyCFunction)unicode_islower, METH_NOARGS, unicode_islower__doc__},
303 {"isupper", (PyCFunction)unicode_isupper, METH_NOARGS, unicode_isupper__doc__},
324 {"istitle", (PyCFunction)unicode_istitle, METH_NOARGS, unicode_istitle__doc__},
345 {"isspace", (PyCFunction)unicode_isspace, METH_NOARGS, unicode_isspace__doc__},
366 {"isalpha", (PyCFunction)unicode_isalph
[all...]
H A Dlistobject.c.h53 {"clear", (PyCFunction)list_clear, METH_NOARGS, list_clear__doc__},
71 {"copy", (PyCFunction)list_copy, METH_NOARGS, list_copy__doc__},
89 {"append", (PyCFunction)list_append, METH_O, list_append__doc__},
98 {"extend", (PyCFunction)list_extend, METH_O, list_extend__doc__},
207 {"reverse", (PyCFunction)list_reverse, METH_NOARGS, list_reverse__doc__},
271 {"count", (PyCFunction)list_count, METH_O, list_count__doc__},
282 {"remove", (PyCFunction)list_remove, METH_O, list_remove__doc__},
328 {"__sizeof__", (PyCFunction)list___sizeof__, METH_NOARGS, list___sizeof____doc__},
346 {"__reversed__", (PyCFunction)list___reversed__, METH_NOARGS, list___reversed____doc__},
/third_party/python/Modules/clinic/
H A 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__},
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__},
275 {"get_stats", (PyCFunction)gc_get_stats, METH_NOARGS, gc_get_stats__doc__},
295 {"is_tracked", (PyCFunction)gc_is_tracked, METH_O, gc_is_tracked__doc__},
304 {"is_finalized", (PyCFunction)gc_is_finalize
[all...]
H A 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__},
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__},
501 {"box", (PyCFunction)_curses_window_box, METH_VARARGS, _curses_window_box__doc__},
544 {"delch", (PyCFunction)_curses_window_delch, METH_VARARGS, _curses_window_delch__doc__},
595 {"derwin", (PyCFunction)_curses_window_derwin, METH_VARARGS, _curses_window_derwin__doc__},
728 {"getbkgd", (PyCFunction)_curses_window_getbkg
[all...]
H A D_tracemalloc.c.h12 {"is_tracing", (PyCFunction)_tracemalloc_is_tracing, METH_NOARGS, _tracemalloc_is_tracing__doc__},
30 {"clear_traces", (PyCFunction)_tracemalloc_clear_traces, METH_NOARGS, _tracemalloc_clear_traces__doc__},
53 {"_get_traces", (PyCFunction)_tracemalloc__get_traces, METH_NOARGS, _tracemalloc__get_traces__doc__},
75 {"_get_object_traceback", (PyCFunction)_tracemalloc__get_object_traceback, METH_O, _tracemalloc__get_object_traceback__doc__},
124 {"stop", (PyCFunction)_tracemalloc_stop, METH_NOARGS, _tracemalloc_stop__doc__},
145 {"get_traceback_limit", (PyCFunction)_tracemalloc_get_traceback_limit, METH_NOARGS, _tracemalloc_get_traceback_limit__doc__},
165 {"get_tracemalloc_memory", (PyCFunction)_tracemalloc_get_tracemalloc_memory, METH_NOARGS, _tracemalloc_get_tracemalloc_memory__doc__},
185 {"get_traced_memory", (PyCFunction)_tracemalloc_get_traced_memory, METH_NOARGS, _tracemalloc_get_traced_memory__doc__},
205 {"reset_peak", (PyCFunction)_tracemalloc_reset_peak, METH_NOARGS, _tracemalloc_reset_peak__doc__},
H A Dreadline.c.h12 {"parse_and_bind", (PyCFunction)readline_parse_and_bind, METH_O, readline_parse_and_bind__doc__},
169 {"set_history_length", (PyCFunction)readline_set_history_length, METH_O, readline_set_history_length__doc__},
197 {"get_history_length", (PyCFunction)readline_get_history_length, METH_NOARGS, readline_get_history_length__doc__},
327 {"get_completion_type", (PyCFunction)readline_get_completion_type, METH_NOARGS, readline_get_completion_type__doc__},
345 {"get_begidx", (PyCFunction)readline_get_begidx, METH_NOARGS, readline_get_begidx__doc__},
363 {"get_endidx", (PyCFunction)readline_get_endidx, METH_NOARGS, readline_get_endidx__doc__},
381 {"set_completer_delims", (PyCFunction)readline_set_completer_delims, METH_O, readline_set_completer_delims__doc__},
390 {"remove_history_item", (PyCFunction)readline_remove_history_item, METH_O, readline_remove_history_item__doc__},
461 {"add_history", (PyCFunction)readline_add_history, METH_O, readline_add_history__doc__},
470 {"set_auto_history", (PyCFunction)readline_set_auto_histor
[all...]
H A 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__doc__},
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_exprdoubl
[all...]
H A 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_exception__doc__},
174 {"remove_done_callback", (PyCFunction)_asyncio_Future_remove_done_callback, METH_O, _asyncio_Future_remove_done_callback__doc__},
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__},
284 {"_make_cancelled_error", (PyCFunction)_asyncio_Future__make_cancelled_error, METH_NOARGS, _asyncio_Future__make_cancelled_error__doc__},
358 {"_make_cancelled_error", (PyCFunction)_asyncio_Task__make_cancelled_erro
[all...]
H A Dmathmodule.c.h14 {"ceil", (PyCFunction)math_ceil, METH_O, math_ceil__doc__},
25 {"floor", (PyCFunction)math_floor, METH_O, math_floor__doc__},
36 {"fsum", (PyCFunction)math_fsum, METH_O, math_fsum__doc__},
45 {"isqrt", (PyCFunction)math_isqrt, METH_O, math_isqrt__doc__},
56 {"factorial", (PyCFunction)math_factorial, METH_O, math_factorial__doc__},
67 {"trunc", (PyCFunction)math_trunc, METH_O, math_trunc__doc__},
79 {"frexp", (PyCFunction)math_frexp, METH_O, math_frexp__doc__},
156 {"modf", (PyCFunction)math_modf, METH_O, math_modf__doc__},
190 {"log", (PyCFunction)math_log, METH_VARARGS, math_log__doc__},
233 {"log2", (PyCFunction)math_log
[all...]
H A Dcmathmodule.c.h12 {"acos", (PyCFunction)cmath_acos, METH_O, cmath_acos__doc__},
54 {"acosh", (PyCFunction)cmath_acosh, METH_O, cmath_acosh__doc__},
96 {"asin", (PyCFunction)cmath_asin, METH_O, cmath_asin__doc__},
138 {"asinh", (PyCFunction)cmath_asinh, METH_O, cmath_asinh__doc__},
180 {"atan", (PyCFunction)cmath_atan, METH_O, cmath_atan__doc__},
222 {"atanh", (PyCFunction)cmath_atanh, METH_O, cmath_atanh__doc__},
264 {"cos", (PyCFunction)cmath_cos, METH_O, cmath_cos__doc__},
306 {"cosh", (PyCFunction)cmath_cosh, METH_O, cmath_cosh__doc__},
348 {"exp", (PyCFunction)cmath_exp, METH_O, cmath_exp__doc__},
390 {"log10", (PyCFunction)cmath_log1
[all...]
H A 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__},
94 {"remove", (PyCFunction)array_array_remove, METH_O, array_array_remove__doc__},
224 {"buffer_info", (PyCFunction)array_array_buffer_info, METH_NOARGS, array_array_buffer_info__doc__},
242 {"append", (PyCFunction)array_array_append, METH_O, array_array_append__doc__},
254 {"byteswap", (PyCFunction)array_array_byteswap, METH_NOARGS, array_array_byteswap__doc__},
272 {"reverse", (PyCFunction)array_array_reverse, METH_NOARGS, array_array_reverse__doc__},
368 {"fromlist", (PyCFunction)array_array_fromlist, METH_O, array_array_fromlist__doc__},
377 {"tolist", (PyCFunction)array_array_tolis
[all...]
H A D_ssl.c.h11 {"do_handshake", (PyCFunction)_ssl__SSLSocket_do_handshake, METH_NOARGS, _ssl__SSLSocket_do_handshake__doc__},
28 {"_test_decode_cert", (PyCFunction)_ssl__test_decode_cert, METH_O, _ssl__test_decode_cert__doc__},
97 {"get_verified_chain", (PyCFunction)_ssl__SSLSocket_get_verified_chain, METH_NOARGS, _ssl__SSLSocket_get_verified_chain__doc__},
114 {"get_unverified_chain", (PyCFunction)_ssl__SSLSocket_get_unverified_chain, METH_NOARGS, _ssl__SSLSocket_get_unverified_chain__doc__},
131 {"shared_ciphers", (PyCFunction)_ssl__SSLSocket_shared_ciphers, METH_NOARGS, _ssl__SSLSocket_shared_ciphers__doc__},
148 {"cipher", (PyCFunction)_ssl__SSLSocket_cipher, METH_NOARGS, _ssl__SSLSocket_cipher__doc__},
165 {"version", (PyCFunction)_ssl__SSLSocket_version, METH_NOARGS, _ssl__SSLSocket_version__doc__},
182 {"selected_alpn_protocol", (PyCFunction)_ssl__SSLSocket_selected_alpn_protocol, METH_NOARGS, _ssl__SSLSocket_selected_alpn_protocol__doc__},
199 {"compression", (PyCFunction)_ssl__SSLSocket_compression, METH_NOARGS, _ssl__SSLSocket_compression__doc__},
219 {"write", (PyCFunction)_ssl__SSLSocket_writ
[all...]
/third_party/python/Modules/_io/clinic/
H A 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__},
252 {"writelines", (PyCFunction)_io__IOBase_writelines, METH_O, _io__IOBase_writelines__doc__},
303 {"readall", (PyCFunction)_io__RawIOBase_readal
[all...]
H A 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__},
309 {"readinto", (PyCFunction)_io_BytesIO_readinto, METH_O, _io_BytesIO_readinto__doc__},
440 {"write", (PyCFunction)_io_BytesIO_writ
[all...]
H A Dwinconsoleio.c.h17 {"close", (PyCFunction)_io__WindowsConsoleIO_close, METH_NOARGS, _io__WindowsConsoleIO_close__doc__},
116 {"fileno", (PyCFunction)_io__WindowsConsoleIO_fileno, METH_NOARGS, _io__WindowsConsoleIO_fileno__doc__},
138 {"readable", (PyCFunction)_io__WindowsConsoleIO_readable, METH_NOARGS, _io__WindowsConsoleIO_readable__doc__},
160 {"writable", (PyCFunction)_io__WindowsConsoleIO_writable, METH_NOARGS, _io__WindowsConsoleIO_writable__doc__},
182 {"readinto", (PyCFunction)_io__WindowsConsoleIO_readinto, METH_O, _io__WindowsConsoleIO_readinto__doc__},
226 {"readall", (PyCFunction)_io__WindowsConsoleIO_readall, METH_NOARGS, _io__WindowsConsoleIO_readall__doc__},
293 {"write", (PyCFunction)_io__WindowsConsoleIO_write, METH_O, _io__WindowsConsoleIO_write__doc__},
333 {"isatty", (PyCFunction)_io__WindowsConsoleIO_isatty, METH_NOARGS, _io__WindowsConsoleIO_isatty__doc__},
H A Dfileio.c.h15 {"close", (PyCFunction)_io_FileIO_close, METH_NOARGS, _io_FileIO_close__doc__},
113 {"fileno", (PyCFunction)_io_FileIO_fileno, METH_NOARGS, _io_FileIO_fileno__doc__},
131 {"readable", (PyCFunction)_io_FileIO_readable, METH_NOARGS, _io_FileIO_readable__doc__},
149 {"writable", (PyCFunction)_io_FileIO_writable, METH_NOARGS, _io_FileIO_writable__doc__},
167 {"seekable", (PyCFunction)_io_FileIO_seekable, METH_NOARGS, _io_FileIO_seekable__doc__},
185 {"readinto", (PyCFunction)_io_FileIO_readinto, METH_O, _io_FileIO_readinto__doc__},
226 {"readall", (PyCFunction)_io_FileIO_readall, METH_NOARGS, _io_FileIO_readall__doc__},
286 {"write", (PyCFunction)_io_FileIO_write, METH_O, _io_FileIO_write__doc__},
369 {"tell", (PyCFunction)_io_FileIO_tell, METH_NOARGS, _io_FileIO_tell__doc__},
426 {"isatty", (PyCFunction)_io_FileIO_isatt
[all...]
/third_party/python/Modules/
H A Dossaudiodev.c875 { "read", (PyCFunction)oss_read, METH_VARARGS },
876 { "write", (PyCFunction)oss_write, METH_VARARGS },
877 { "writeall", (PyCFunction)oss_writeall, METH_VARARGS },
878 { "close", (PyCFunction)oss_close, METH_NOARGS },
879 { "fileno", (PyCFunction)oss_fileno, METH_NOARGS },
882 { "nonblock", (PyCFunction)oss_nonblock, METH_NOARGS },
883 { "setfmt", (PyCFunction)oss_setfmt, METH_VARARGS },
884 { "getfmts", (PyCFunction)oss_getfmts, METH_NOARGS },
885 { "channels", (PyCFunction)oss_channels, METH_VARARGS },
886 { "speed", (PyCFunction)oss_spee
[all...]
/third_party/python/PC/clinic/
H A D_msi.c.h12 {"UuidCreate", (PyCFunction)_msi_UuidCreate, METH_NOARGS, _msi_UuidCreate__doc__},
78 {"Close", (PyCFunction)_msi_Database_Close, METH_NOARGS, _msi_Database_Close__doc__},
96 {"GetFieldCount", (PyCFunction)_msi_Record_GetFieldCount, METH_NOARGS, _msi_Record_GetFieldCount__doc__},
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__},
325 {"GetProperty", (PyCFunction)_msi_SummaryInformation_GetProperty, METH_O, _msi_SummaryInformation_GetProperty__doc__},
353 {"GetPropertyCount", (PyCFunction)_msi_SummaryInformation_GetPropertyCount, METH_NOARGS, _msi_SummaryInformation_GetPropertyCount__doc__},
410 {"Persist", (PyCFunction)_msi_SummaryInformation_Persist, METH_NOARGS, _msi_SummaryInformation_Persist__doc__},
432 {"Execute", (PyCFunction)_msi_View_Execut
[all...]
H A Dmsvcrtmodule.c.h15 {"heapmin", (PyCFunction)msvcrt_heapmin, METH_NOARGS, msvcrt_heapmin__doc__},
167 {"get_osfhandle", (PyCFunction)msvcrt_get_osfhandle, METH_O, msvcrt_get_osfhandle__doc__},
200 {"kbhit", (PyCFunction)msvcrt_kbhit, METH_NOARGS, msvcrt_kbhit__doc__},
234 {"getch", (PyCFunction)msvcrt_getch, METH_NOARGS, msvcrt_getch__doc__},
258 {"getwch", (PyCFunction)msvcrt_getwch, METH_NOARGS, msvcrt_getwch__doc__},
282 {"getche", (PyCFunction)msvcrt_getche, METH_NOARGS, msvcrt_getche__doc__},
306 {"getwche", (PyCFunction)msvcrt_getwche, METH_NOARGS, msvcrt_getwche__doc__},
330 {"putch", (PyCFunction)msvcrt_putch, METH_O, msvcrt_putch__doc__},
364 {"putwch", (PyCFunction)msvcrt_putwch, METH_O, msvcrt_putwch__doc__},
404 {"ungetch", (PyCFunction)msvcrt_ungetc
[all...]
/third_party/python/Modules/_sha3/clinic/
H A Dsha3module.c.h58 {"copy", (PyCFunction)_sha3_sha3_224_copy, METH_NOARGS, _sha3_sha3_224_copy__doc__},
76 {"digest", (PyCFunction)_sha3_sha3_224_digest, METH_NOARGS, _sha3_sha3_224_digest__doc__},
94 {"hexdigest", (PyCFunction)_sha3_sha3_224_hexdigest, METH_NOARGS, _sha3_sha3_224_hexdigest__doc__},
112 {"update", (PyCFunction)_sha3_sha3_224_update, METH_O, _sha3_sha3_224_update__doc__},
121 {"digest", (PyCFunction)_sha3_shake_128_digest, METH_O, _sha3_shake_128_digest__doc__},
148 {"hexdigest", (PyCFunction)_sha3_shake_128_hexdigest, METH_O, _sha3_shake_128_hexdigest__doc__},

Completed in 22 milliseconds

1234567