/third_party/python/Python/clinic/ |
D | sysmodule.c.h | 89 {"exc_info", (PyCFunction)sys_exc_info, METH_NOARGS, sys_exc_info__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… 253 {"gettrace", (PyCFunction)sys_gettrace, METH_NOARGS, sys_gettrace__doc__}, 273 {"getprofile", (PyCFunction)sys_getprofile, METH_NOARGS, sys_getprofile__doc__}, 332 …{"getswitchinterval", (PyCFunction)sys_getswitchinterval, METH_NOARGS, sys_getswitchinterval__doc_… 432 …tracking_depth", (PyCFunction)sys_get_coroutine_origin_tracking_depth, METH_NOARGS, sys_get_corout… 462 …{"get_asyncgen_hooks", (PyCFunction)sys_get_asyncgen_hooks, METH_NOARGS, sys_get_asyncgen_hooks__d… 484 …{"getrecursionlimit", (PyCFunction)sys_getrecursionlimit, METH_NOARGS, sys_getrecursionlimit__doc_… [all …]
|
D | context.c.h | 52 …{"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__},
|
/third_party/python/Modules/clinic/ |
D | _tracemalloc.c.h | 12 … {"is_tracing", (PyCFunction)_tracemalloc_is_tracing, METH_NOARGS, _tracemalloc_is_tracing__doc__}, 30 …{"clear_traces", (PyCFunction)_tracemalloc_clear_traces, METH_NOARGS, _tracemalloc_clear_traces__d… 53 …{"_get_traces", (PyCFunction)_tracemalloc__get_traces, METH_NOARGS, _tracemalloc__get_traces__doc_… 124 {"stop", (PyCFunction)_tracemalloc_stop, METH_NOARGS, _tracemalloc_stop__doc__}, 145 …{"get_traceback_limit", (PyCFunction)_tracemalloc_get_traceback_limit, METH_NOARGS, _tracemalloc_g… 165 …{"get_tracemalloc_memory", (PyCFunction)_tracemalloc_get_tracemalloc_memory, METH_NOARGS, _tracema… 185 …{"get_traced_memory", (PyCFunction)_tracemalloc_get_traced_memory, METH_NOARGS, _tracemalloc_get_t… 205 … {"reset_peak", (PyCFunction)_tracemalloc_reset_peak, METH_NOARGS, _tracemalloc_reset_peak__doc__},
|
D | gcmodule.c.h | 12 {"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__}, 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__}, 317 {"freeze", (PyCFunction)gc_freeze, METH_NOARGS, gc_freeze__doc__}, 337 {"unfreeze", (PyCFunction)gc_unfreeze, METH_NOARGS, gc_unfreeze__doc__}, 355 {"get_freeze_count", (PyCFunction)gc_get_freeze_count, METH_NOARGS, gc_get_freeze_count__doc__},
|
D | _asynciomodule.c.h | 63 {"result", (PyCFunction)_asyncio_Future_result, METH_NOARGS, _asyncio_Future_result__doc__}, 86 …{"exception", (PyCFunction)_asyncio_Future_exception, METH_NOARGS, _asyncio_Future_exception__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, _asynci… 301 …{"_repr_info", (PyCFunction)_asyncio_Future__repr_info, METH_NOARGS, _asyncio_Future__repr_info__d… 368 …{"_make_cancelled_error", (PyCFunction)_asyncio_Task__make_cancelled_error, METH_NOARGS, _asyncio_… 385 …{"_repr_info", (PyCFunction)_asyncio_Task__repr_info, METH_NOARGS, _asyncio_Task__repr_info__doc__… 578 {"get_coro", (PyCFunction)_asyncio_Task_get_coro, METH_NOARGS, _asyncio_Task_get_coro__doc__}, [all …]
|
D | readline.c.h | 197 …{"get_history_length", (PyCFunction)readline_get_history_length, METH_NOARGS, readline_get_history… 327 …{"get_completion_type", (PyCFunction)readline_get_completion_type, METH_NOARGS, readline_get_compl… 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__}, 499 …{"get_completer_delims", (PyCFunction)readline_get_completer_delims, METH_NOARGS, readline_get_com… 553 …{"get_completer", (PyCFunction)readline_get_completer, METH_NOARGS, readline_get_completer__doc__}, 599 …{"get_current_history_length", (PyCFunction)readline_get_current_history_length, METH_NOARGS, read… 617 …{"get_line_buffer", (PyCFunction)readline_get_line_buffer, METH_NOARGS, readline_get_line_buffer__… 637 …{"clear_history", (PyCFunction)readline_clear_history, METH_NOARGS, readline_clear_history__doc__}, 666 {"redisplay", (PyCFunction)readline_redisplay, METH_NOARGS, readline_redisplay__doc__},
|
D | arraymodule.c.h | 12 {"__copy__", (PyCFunction)array_array___copy__, METH_NOARGS, array_array___copy____doc__}, 222 …{"buffer_info", (PyCFunction)array_array_buffer_info, METH_NOARGS, array_array_buffer_info__doc__}, 252 {"byteswap", (PyCFunction)array_array_byteswap, METH_NOARGS, array_array_byteswap__doc__}, 270 {"reverse", (PyCFunction)array_array_reverse, METH_NOARGS, array_array_reverse__doc__}, 347 {"tolist", (PyCFunction)array_array_tolist, METH_NOARGS, array_array_tolist__doc__}, 401 {"tobytes", (PyCFunction)array_array_tobytes, METH_NOARGS, array_array_tobytes__doc__}, 459 {"tounicode", (PyCFunction)array_array_tounicode, METH_NOARGS, array_array_tounicode__doc__}, 477 {"__sizeof__", (PyCFunction)array_array___sizeof__, METH_NOARGS, array_array___sizeof____doc__}, 556 …{"__reduce__", (PyCFunction)array_arrayiterator___reduce__, METH_NOARGS, array_arrayiterator___red…
|
D | _ssl.c.h | 11 …{"do_handshake", (PyCFunction)_ssl__SSLSocket_do_handshake, METH_NOARGS, _ssl__SSLSocket_do_handsh… 97 …{"get_verified_chain", (PyCFunction)_ssl__SSLSocket_get_verified_chain, METH_NOARGS, _ssl__SSLSock… 114 …{"get_unverified_chain", (PyCFunction)_ssl__SSLSocket_get_unverified_chain, METH_NOARGS, _ssl__SSL… 131 …{"shared_ciphers", (PyCFunction)_ssl__SSLSocket_shared_ciphers, METH_NOARGS, _ssl__SSLSocket_share… 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_… 199 …{"compression", (PyCFunction)_ssl__SSLSocket_compression, METH_NOARGS, _ssl__SSLSocket_compression… 255 {"pending", (PyCFunction)_ssl__SSLSocket_pending, METH_NOARGS, _ssl__SSLSocket_pending__doc__}, 319 … {"shutdown", (PyCFunction)_ssl__SSLSocket_shutdown, METH_NOARGS, _ssl__SSLSocket_shutdown__doc__}, [all …]
|
D | _cursesmodule.c.h | 728 {"getbkgd", (PyCFunction)_curses_window_getbkgd, METH_NOARGS, _curses_window_getbkgd__doc__}, 1336 …{"noutrefresh", (PyCFunction)_curses_window_noutrefresh, METH_NOARGS, _curses_window_noutrefresh__… 1838 {"filter", (PyCFunction)_curses_filter, METH_NOARGS, _curses_filter__doc__}, 1858 {"baudrate", (PyCFunction)_curses_baudrate, METH_NOARGS, _curses_baudrate__doc__}, 1876 {"beep", (PyCFunction)_curses_beep, METH_NOARGS, _curses_beep__doc__}, 1894 …{"can_change_color", (PyCFunction)_curses_can_change_color, METH_NOARGS, _curses_can_change_color_… 2063 … {"def_prog_mode", (PyCFunction)_curses_def_prog_mode, METH_NOARGS, _curses_def_prog_mode__doc__}, 2085 …{"def_shell_mode", (PyCFunction)_curses_def_shell_mode, METH_NOARGS, _curses_def_shell_mode__doc__… 2134 {"doupdate", (PyCFunction)_curses_doupdate, METH_NOARGS, _curses_doupdate__doc__}, 2192 {"endwin", (PyCFunction)_curses_endwin, METH_NOARGS, _curses_endwin__doc__}, [all …]
|
D | _curses_panel.c.h | 130 … {"above", (PyCFunction)_curses_panel_panel_above, METH_NOARGS, _curses_panel_panel_above__doc__}, 148 … {"below", (PyCFunction)_curses_panel_panel_below, METH_NOARGS, _curses_panel_panel_below__doc__}, 166 …{"hidden", (PyCFunction)_curses_panel_panel_hidden, METH_NOARGS, _curses_panel_panel_hidden__doc__… 216 …{"window", (PyCFunction)_curses_panel_panel_window, METH_NOARGS, _curses_panel_panel_window__doc__… 327 …{"bottom_panel", (PyCFunction)_curses_panel_bottom_panel, METH_NOARGS, _curses_panel_bottom_panel_… 374 … {"top_panel", (PyCFunction)_curses_panel_top_panel, METH_NOARGS, _curses_panel_top_panel__doc__}, 394 …{"update_panels", (PyCFunction)_curses_panel_update_panels, METH_NOARGS, _curses_panel_update_pane…
|
D | _pickle.c.h | 17 …{"clear_memo", (PyCFunction)_pickle_Pickler_clear_memo, METH_NOARGS, _pickle_Pickler_clear_memo__d… 44 …{"__sizeof__", (PyCFunction)_pickle_Pickler___sizeof__, METH_NOARGS, _pickle_Pickler___sizeof____d… 158 …{"clear", (PyCFunction)_pickle_PicklerMemoProxy_clear, METH_NOARGS, _pickle_PicklerMemoProxy_clear… 176 …{"copy", (PyCFunction)_pickle_PicklerMemoProxy_copy, METH_NOARGS, _pickle_PicklerMemoProxy_copy__d… 194 …{"__reduce__", (PyCFunction)_pickle_PicklerMemoProxy___reduce__, METH_NOARGS, _pickle_PicklerMemoP… 216 {"load", (PyCFunction)_pickle_Unpickler_load, METH_NOARGS, _pickle_Unpickler_load__doc__}, 273 …{"__sizeof__", (PyCFunction)_pickle_Unpickler___sizeof__, METH_NOARGS, _pickle_Unpickler___sizeof_… 409 …{"clear", (PyCFunction)_pickle_UnpicklerMemoProxy_clear, METH_NOARGS, _pickle_UnpicklerMemoProxy_c… 427 …{"copy", (PyCFunction)_pickle_UnpicklerMemoProxy_copy, METH_NOARGS, _pickle_UnpicklerMemoProxy_cop… 445 …{"__reduce__", (PyCFunction)_pickle_UnpicklerMemoProxy___reduce__, METH_NOARGS, _pickle_UnpicklerM…
|
/third_party/python/Modules/_io/clinic/ |
D | iobase.c.h | 12 {"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__}, 303 {"readall", (PyCFunction)_io__RawIOBase_readall, METH_NOARGS, _io__RawIOBase_readall__doc__},
|
D | bytesio.c.h | 12 {"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__}, 462 {"close", (PyCFunction)_io_BytesIO_close, METH_NOARGS, _io_BytesIO_close__doc__},
|
D | fileio.c.h | 15 {"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__}, 226 {"readall", (PyCFunction)_io_FileIO_readall, METH_NOARGS, _io_FileIO_readall__doc__}, 369 {"tell", (PyCFunction)_io_FileIO_tell, METH_NOARGS, _io_FileIO_tell__doc__}, 426 {"isatty", (PyCFunction)_io_FileIO_isatty, METH_NOARGS, _io_FileIO_isatty__doc__},
|
D | textio.c.h | 105 …{"getstate", (PyCFunction)_io_IncrementalNewlineDecoder_getstate, METH_NOARGS, _io_IncrementalNewl… 130 …{"reset", (PyCFunction)_io_IncrementalNewlineDecoder_reset, METH_NOARGS, _io_IncrementalNewlineDec… 355 {"detach", (PyCFunction)_io_TextIOWrapper_detach, METH_NOARGS, _io_TextIOWrapper_detach__doc__}, 514 {"tell", (PyCFunction)_io_TextIOWrapper_tell, METH_NOARGS, _io_TextIOWrapper_tell__doc__}, 562 {"fileno", (PyCFunction)_io_TextIOWrapper_fileno, METH_NOARGS, _io_TextIOWrapper_fileno__doc__}, 579 …{"seekable", (PyCFunction)_io_TextIOWrapper_seekable, METH_NOARGS, _io_TextIOWrapper_seekable__doc… 596 …{"readable", (PyCFunction)_io_TextIOWrapper_readable, METH_NOARGS, _io_TextIOWrapper_readable__doc… 613 …{"writable", (PyCFunction)_io_TextIOWrapper_writable, METH_NOARGS, _io_TextIOWrapper_writable__doc… 630 {"isatty", (PyCFunction)_io_TextIOWrapper_isatty, METH_NOARGS, _io_TextIOWrapper_isatty__doc__}, 647 {"flush", (PyCFunction)_io_TextIOWrapper_flush, METH_NOARGS, _io_TextIOWrapper_flush__doc__}, [all …]
|
D | winconsoleio.c.h | 17 …{"close", (PyCFunction)_io__WindowsConsoleIO_close, METH_NOARGS, _io__WindowsConsoleIO_close__doc_… 116 …{"fileno", (PyCFunction)_io__WindowsConsoleIO_fileno, METH_NOARGS, _io__WindowsConsoleIO_fileno__d… 138 …{"readable", (PyCFunction)_io__WindowsConsoleIO_readable, METH_NOARGS, _io__WindowsConsoleIO_reada… 160 …{"writable", (PyCFunction)_io__WindowsConsoleIO_writable, METH_NOARGS, _io__WindowsConsoleIO_writa… 226 …{"readall", (PyCFunction)_io__WindowsConsoleIO_readall, METH_NOARGS, _io__WindowsConsoleIO_readall… 333 …{"isatty", (PyCFunction)_io__WindowsConsoleIO_isatty, METH_NOARGS, _io__WindowsConsoleIO_isatty__d…
|
D | stringio.c.h | 12 {"getvalue", (PyCFunction)_io_StringIO_getvalue, METH_NOARGS, _io_StringIO_getvalue__doc__}, 30 {"tell", (PyCFunction)_io_StringIO_tell, METH_NOARGS, _io_StringIO_tell__doc__}, 230 {"close", (PyCFunction)_io_StringIO_close, METH_NOARGS, _io_StringIO_close__doc__}, 295 {"readable", (PyCFunction)_io_StringIO_readable, METH_NOARGS, _io_StringIO_readable__doc__}, 313 {"writable", (PyCFunction)_io_StringIO_writable, METH_NOARGS, _io_StringIO_writable__doc__}, 331 {"seekable", (PyCFunction)_io_StringIO_seekable, METH_NOARGS, _io_StringIO_seekable__doc__},
|
/third_party/python/Objects/clinic/ |
D | typeobject.c.h | 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 {"__reduce__", (PyCFunction)object___reduce__, METH_NOARGS, object___reduce____doc__}, 218 {"__sizeof__", (PyCFunction)object___sizeof__, METH_NOARGS, object___sizeof____doc__}, 236 {"__dir__", (PyCFunction)object___dir__, METH_NOARGS, object___dir____doc__},
|
D | floatobject.c.h | 12 {"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__}, 185 …{"as_integer_ratio", (PyCFunction)float_as_integer_ratio, METH_NOARGS, float_as_integer_ratio__doc… 235 {"__getnewargs__", (PyCFunction)float___getnewargs__, METH_NOARGS, float___getnewargs____doc__},
|
D | unicodeobject.c.h | 15 {"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__}, 243 {"isascii", (PyCFunction)unicode_isascii, METH_NOARGS, unicode_isascii__doc__}, 264 {"islower", (PyCFunction)unicode_islower, METH_NOARGS, unicode_islower__doc__}, 285 {"isupper", (PyCFunction)unicode_isupper, METH_NOARGS, unicode_isupper__doc__}, 306 {"istitle", (PyCFunction)unicode_istitle, METH_NOARGS, unicode_istitle__doc__}, 327 {"isspace", (PyCFunction)unicode_isspace, METH_NOARGS, unicode_isspace__doc__}, 348 {"isalpha", (PyCFunction)unicode_isalpha, METH_NOARGS, unicode_isalpha__doc__}, 369 {"isalnum", (PyCFunction)unicode_isalnum, METH_NOARGS, unicode_isalnum__doc__}, [all …]
|
/third_party/python/Modules/ |
D | _testinternalcapi.c | 369 {"get_configs", get_configs, METH_NOARGS}, 370 {"get_recursion_depth", get_recursion_depth, METH_NOARGS}, 371 {"test_bswap", test_bswap, METH_NOARGS}, 372 {"test_popcount", test_popcount, METH_NOARGS}, 373 {"test_bit_length", test_bit_length, METH_NOARGS}, 374 {"test_hashtable", test_hashtable, METH_NOARGS}, 375 {"get_config", test_get_config, METH_NOARGS}, 377 {"test_atomic_funcs", test_atomic_funcs, METH_NOARGS}, 378 {"test_edit_cost", test_edit_cost, METH_NOARGS},
|
D | _testcapimodule.c | 3810 METH_NOARGS, 5625 {"raise_memoryerror", raise_memoryerror, METH_NOARGS}, 5627 {"test_config", test_config, METH_NOARGS}, 5628 {"test_sizeof_c_types", test_sizeof_c_types, METH_NOARGS}, 5629 {"test_datetime_capi", test_datetime_capi, METH_NOARGS}, 5635 {"make_timezones_capi", make_timezones_capi, METH_NOARGS}, 5636 {"get_timezones_offset_zero", get_timezones_offset_zero, METH_NOARGS}, 5650 {"test_gc_control", test_gc_control, METH_NOARGS}, 5651 {"test_list_api", test_list_api, METH_NOARGS}, 5652 {"test_dict_iteration", test_dict_iteration, METH_NOARGS}, [all …]
|
/third_party/python/Modules/_multiprocessing/clinic/ |
D | semaphore.c.h | 66 …{"release", (PyCFunction)_multiprocessing_SemLock_release, METH_NOARGS, _multiprocessing_SemLock_r… 140 …{"release", (PyCFunction)_multiprocessing_SemLock_release, METH_NOARGS, _multiprocessing_SemLock_r… 250 …{"_count", (PyCFunction)_multiprocessing_SemLock__count, METH_NOARGS, _multiprocessing_SemLock__co… 268 …{"_is_mine", (PyCFunction)_multiprocessing_SemLock__is_mine, METH_NOARGS, _multiprocessing_SemLock… 286 …{"_get_value", (PyCFunction)_multiprocessing_SemLock__get_value, METH_NOARGS, _multiprocessing_Sem… 304 …{"_is_zero", (PyCFunction)_multiprocessing_SemLock__is_zero, METH_NOARGS, _multiprocessing_SemLock… 322 …{"_after_fork", (PyCFunction)_multiprocessing_SemLock__after_fork, METH_NOARGS, _multiprocessing_S… 340 …{"__enter__", (PyCFunction)_multiprocessing_SemLock___enter__, METH_NOARGS, _multiprocessing_SemLo…
|
/third_party/python/Modules/_io/ |
D | bufferedio.c | 2394 {"detach", (PyCFunction)buffered_detach, METH_NOARGS}, 2395 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS}, 2396 {"close", (PyCFunction)buffered_close, METH_NOARGS}, 2397 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS}, 2398 {"readable", (PyCFunction)buffered_readable, METH_NOARGS}, 2399 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS}, 2400 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS}, 2410 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, 2412 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS}, 2485 {"close", (PyCFunction)buffered_close, METH_NOARGS}, [all …]
|
/third_party/python/PC/clinic/ |
D | _msi.c.h | 12 {"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__… 170 {"ClearData", (PyCFunction)_msi_Record_ClearData, METH_NOARGS, _msi_Record_ClearData__doc__}, 353 …{"GetPropertyCount", (PyCFunction)_msi_SummaryInformation_GetPropertyCount, METH_NOARGS, _msi_Summ… 410 …{"Persist", (PyCFunction)_msi_SummaryInformation_Persist, METH_NOARGS, _msi_SummaryInformation_Per… 441 {"Fetch", (PyCFunction)_msi_View_Fetch, METH_NOARGS, _msi_View_Fetch__doc__}, 528 {"Close", (PyCFunction)_msi_View_Close, METH_NOARGS, _msi_View_Close__doc__}, 590 {"Commit", (PyCFunction)_msi_Database_Commit, METH_NOARGS, _msi_Database_Commit__doc__},
|