/external/python/cpython3/Modules/clinic/ |
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__}, 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__}, 270 {"freeze", (PyCFunction)gc_freeze, METH_NOARGS, gc_freeze__doc__}, 290 {"unfreeze", (PyCFunction)gc_unfreeze, METH_NOARGS, gc_unfreeze__doc__}, [all …]
|
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_… 117 {"stop", (PyCFunction)_tracemalloc_stop, METH_NOARGS, _tracemalloc_stop__doc__}, 138 …{"get_traceback_limit", (PyCFunction)_tracemalloc_get_traceback_limit, METH_NOARGS, _tracemalloc_g… 158 …{"get_tracemalloc_memory", (PyCFunction)_tracemalloc_get_tracemalloc_memory, METH_NOARGS, _tracema… 178 …{"get_traced_memory", (PyCFunction)_tracemalloc_get_traced_memory, METH_NOARGS, _tracemalloc_get_t…
|
D | arraymodule.c.h | 12 {"__copy__", (PyCFunction)array_array___copy__, METH_NOARGS, array_array___copy____doc__}, 137 …{"buffer_info", (PyCFunction)array_array_buffer_info, METH_NOARGS, array_array_buffer_info__doc__}, 167 {"byteswap", (PyCFunction)array_array_byteswap, METH_NOARGS, array_array_byteswap__doc__}, 185 {"reverse", (PyCFunction)array_array_reverse, METH_NOARGS, array_array_reverse__doc__}, 250 {"tolist", (PyCFunction)array_array_tolist, METH_NOARGS, array_array_tolist__doc__}, 334 {"tobytes", (PyCFunction)array_array_tobytes, METH_NOARGS, array_array_tobytes__doc__}, 354 {"tostring", (PyCFunction)array_array_tostring, METH_NOARGS, array_array_tostring__doc__}, 409 {"tounicode", (PyCFunction)array_array_tounicode, METH_NOARGS, array_array_tounicode__doc__}, 427 {"__sizeof__", (PyCFunction)array_array___sizeof__, METH_NOARGS, array_array___sizeof____doc__}, 489 …{"__reduce__", (PyCFunction)array_arrayiterator___reduce__, METH_NOARGS, array_arrayiterator___red…
|
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… 119 …{"clear", (PyCFunction)_pickle_PicklerMemoProxy_clear, METH_NOARGS, _pickle_PicklerMemoProxy_clear… 137 …{"copy", (PyCFunction)_pickle_PicklerMemoProxy_copy, METH_NOARGS, _pickle_PicklerMemoProxy_copy__d… 155 …{"__reduce__", (PyCFunction)_pickle_PicklerMemoProxy___reduce__, METH_NOARGS, _pickle_PicklerMemoP… 177 {"load", (PyCFunction)_pickle_Unpickler_load, METH_NOARGS, _pickle_Unpickler_load__doc__}, 234 …{"__sizeof__", (PyCFunction)_pickle_Unpickler___sizeof__, METH_NOARGS, _pickle_Unpickler___sizeof_… 313 …{"clear", (PyCFunction)_pickle_UnpicklerMemoProxy_clear, METH_NOARGS, _pickle_UnpicklerMemoProxy_c… 331 …{"copy", (PyCFunction)_pickle_UnpicklerMemoProxy_copy, METH_NOARGS, _pickle_UnpicklerMemoProxy_cop… 349 …{"__reduce__", (PyCFunction)_pickle_UnpicklerMemoProxy___reduce__, METH_NOARGS, _pickle_UnpicklerM…
|
D | _asynciomodule.c.h | 54 {"result", (PyCFunction)_asyncio_Future_result, METH_NOARGS, _asyncio_Future_result__doc__}, 77 …{"exception", (PyCFunction)_asyncio_Future_exception, METH_NOARGS, _asyncio_Future_exception__doc_… 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__}, 244 …{"_repr_info", (PyCFunction)_asyncio_Future__repr_info, METH_NOARGS, _asyncio_Future__repr_info__d… 355 …{"_repr_info", (PyCFunction)_asyncio_Task__repr_info, METH_NOARGS, _asyncio_Task__repr_info__doc__… 390 {"cancel", (PyCFunction)_asyncio_Task_cancel, METH_NOARGS, _asyncio_Task_cancel__doc__}, 513 …{"_get_running_loop", (PyCFunction)_asyncio__get_running_loop, METH_NOARGS, _asyncio__get_running_… [all …]
|
D | _ssl.c.h | 11 …{"do_handshake", (PyCFunction)_ssl__SSLSocket_do_handshake, METH_NOARGS, _ssl__SSLSocket_do_handsh… 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… 235 {"pending", (PyCFunction)_ssl__SSLSocket_pending, METH_NOARGS, _ssl__SSLSocket_pending__doc__}, 299 … {"shutdown", (PyCFunction)_ssl__SSLSocket_shutdown, METH_NOARGS, _ssl__SSLSocket_shutdown__doc__}, 352 …handshake", (PyCFunction)_ssl__SSLSocket_verify_client_post_handshake, METH_NOARGS, _ssl__SSLSocke… [all …]
|
/external/python/cpython3/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__}, 272 {"readall", (PyCFunction)_io__RawIOBase_readall, METH_NOARGS, _io__RawIOBase_readall__doc__},
|
D | textio.c.h | 80 …{"getstate", (PyCFunction)_io_IncrementalNewlineDecoder_getstate, METH_NOARGS, _io_IncrementalNewl… 105 …{"reset", (PyCFunction)_io_IncrementalNewlineDecoder_reset, METH_NOARGS, _io_IncrementalNewlineDec… 225 {"detach", (PyCFunction)_io_TextIOWrapper_detach, METH_NOARGS, _io_TextIOWrapper_detach__doc__}, 350 {"tell", (PyCFunction)_io_TextIOWrapper_tell, METH_NOARGS, _io_TextIOWrapper_tell__doc__}, 395 {"fileno", (PyCFunction)_io_TextIOWrapper_fileno, METH_NOARGS, _io_TextIOWrapper_fileno__doc__}, 412 …{"seekable", (PyCFunction)_io_TextIOWrapper_seekable, METH_NOARGS, _io_TextIOWrapper_seekable__doc… 429 …{"readable", (PyCFunction)_io_TextIOWrapper_readable, METH_NOARGS, _io_TextIOWrapper_readable__doc… 446 …{"writable", (PyCFunction)_io_TextIOWrapper_writable, METH_NOARGS, _io_TextIOWrapper_writable__doc… 463 {"isatty", (PyCFunction)_io_TextIOWrapper_isatty, METH_NOARGS, _io_TextIOWrapper_isatty__doc__}, 480 {"flush", (PyCFunction)_io_TextIOWrapper_flush, METH_NOARGS, _io_TextIOWrapper_flush__doc__}, [all …]
|
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__}, 410 {"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__}, 76 {"fileno", (PyCFunction)_io_FileIO_fileno, METH_NOARGS, _io_FileIO_fileno__doc__}, 94 {"readable", (PyCFunction)_io_FileIO_readable, METH_NOARGS, _io_FileIO_readable__doc__}, 112 {"writable", (PyCFunction)_io_FileIO_writable, METH_NOARGS, _io_FileIO_writable__doc__}, 130 {"seekable", (PyCFunction)_io_FileIO_seekable, METH_NOARGS, _io_FileIO_seekable__doc__}, 183 {"readall", (PyCFunction)_io_FileIO_readall, METH_NOARGS, _io_FileIO_readall__doc__}, 308 {"tell", (PyCFunction)_io_FileIO_tell, METH_NOARGS, _io_FileIO_tell__doc__}, 362 {"isatty", (PyCFunction)_io_FileIO_isatty, METH_NOARGS, _io_FileIO_isatty__doc__},
|
D | winconsoleio.c.h | 17 …{"close", (PyCFunction)_io__WindowsConsoleIO_close, METH_NOARGS, _io__WindowsConsoleIO_close__doc_… 82 …{"fileno", (PyCFunction)_io__WindowsConsoleIO_fileno, METH_NOARGS, _io__WindowsConsoleIO_fileno__d… 104 …{"readable", (PyCFunction)_io__WindowsConsoleIO_readable, METH_NOARGS, _io__WindowsConsoleIO_reada… 126 …{"writable", (PyCFunction)_io__WindowsConsoleIO_writable, METH_NOARGS, _io__WindowsConsoleIO_writa… 186 …{"readall", (PyCFunction)_io__WindowsConsoleIO_readall, METH_NOARGS, _io__WindowsConsoleIO_readall… 283 …{"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__}, 193 {"close", (PyCFunction)_io_StringIO_close, METH_NOARGS, _io_StringIO_close__doc__}, 243 {"readable", (PyCFunction)_io_StringIO_readable, METH_NOARGS, _io_StringIO_readable__doc__}, 261 {"writable", (PyCFunction)_io_StringIO_writable, METH_NOARGS, _io_StringIO_writable__doc__}, 279 {"seekable", (PyCFunction)_io_StringIO_seekable, METH_NOARGS, _io_StringIO_seekable__doc__},
|
/external/python/cpython2/Modules/ |
D | timingmodule.c | 46 {"start", (PyCFunction)start_timing, METH_NOARGS}, 47 {"finish", (PyCFunction)finish_timing, METH_NOARGS}, 48 {"seconds", (PyCFunction)seconds, METH_NOARGS}, 49 {"milli", (PyCFunction)milli, METH_NOARGS}, 50 {"micro", (PyCFunction)micro, METH_NOARGS},
|
D | _curses_panel.c | 333 {"above", (PyCFunction)PyCursesPanel_above, METH_NOARGS}, 334 {"below", (PyCFunction)PyCursesPanel_below, METH_NOARGS}, 335 {"bottom", (PyCFunction)PyCursesPanel_bottom_panel, METH_NOARGS}, 336 {"hidden", (PyCFunction)PyCursesPanel_panel_hidden, METH_NOARGS}, 337 {"hide", (PyCFunction)PyCursesPanel_hide_panel, METH_NOARGS}, 341 {"show", (PyCFunction)PyCursesPanel_show_panel, METH_NOARGS}, 342 {"top", (PyCFunction)PyCursesPanel_top_panel, METH_NOARGS}, 343 {"userptr", (PyCFunction)PyCursesPanel_userptr, METH_NOARGS}, 344 {"window", (PyCFunction)PyCursesPanel_window, METH_NOARGS}, 461 {"bottom_panel", (PyCFunction)PyCurses_bottom_panel, METH_NOARGS}, [all …]
|
D | flmodule.c | 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}, 703 METH_NOARGS}, 719 METH_NOARGS,} [all …]
|
D | _cursesmodule.c | 1585 {"clear", (PyCFunction)PyCursesWindow_wclear, METH_NOARGS}, 1587 {"clrtobot", (PyCFunction)PyCursesWindow_wclrtobot, METH_NOARGS}, 1588 {"clrtoeol", (PyCFunction)PyCursesWindow_wclrtoeol, METH_NOARGS}, 1589 {"cursyncup", (PyCFunction)PyCursesWindow_wcursyncup, METH_NOARGS}, 1591 {"deleteln", (PyCFunction)PyCursesWindow_wdeleteln, METH_NOARGS}, 1597 {"erase", (PyCFunction)PyCursesWindow_werase, METH_NOARGS}, 1598 {"getbegyx", (PyCFunction)PyCursesWindow_getbegyx, METH_NOARGS}, 1599 {"getbkgd", (PyCFunction)PyCursesWindow_GetBkgd, METH_NOARGS}, 1602 {"getmaxyx", (PyCFunction)PyCursesWindow_getmaxyx, METH_NOARGS}, 1603 {"getparyx", (PyCFunction)PyCursesWindow_getparyx, METH_NOARGS}, [all …]
|
D | fmmodule.c | 122 {"setfont", (PyCFunction)fh_setfont, METH_NOARGS}, 123 {"getfontname", (PyCFunction)fh_getfontname, METH_NOARGS}, 124 {"getcomment", (PyCFunction)fh_getcomment, METH_NOARGS}, 125 {"getfontinfo", (PyCFunction)fh_getfontinfo, METH_NOARGS}, 247 {"init", fm_init, METH_NOARGS}, 249 {"enumerate", fm_enumerate, METH_NOARGS}, 252 {"fontpath", fm_fontpath, METH_NOARGS},
|
/external/python/cpython3/Objects/clinic/ |
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__}, 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__}, 262 {"isspace", (PyCFunction)unicode_isspace, METH_NOARGS, unicode_isspace__doc__}, 283 {"isalpha", (PyCFunction)unicode_isalpha, METH_NOARGS, unicode_isalpha__doc__}, 304 {"isalnum", (PyCFunction)unicode_isalnum, METH_NOARGS, unicode_isalnum__doc__}, [all …]
|
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__}, 212 {"__sizeof__", (PyCFunction)object___sizeof__, METH_NOARGS, object___sizeof____doc__}, 230 {"__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__}, 79 {"conjugate", (PyCFunction)float_conjugate, METH_NOARGS, float_conjugate__doc__}, 102 {"hex", (PyCFunction)float_hex, METH_NOARGS, float_hex__doc__}, 146 …{"as_integer_ratio", (PyCFunction)float_as_integer_ratio, METH_NOARGS, float_as_integer_ratio__doc… 193 {"__getnewargs__", (PyCFunction)float___getnewargs__, METH_NOARGS, float___getnewargs____doc__},
|
/external/python/cpython3/Modules/ |
D | _curses_panel.c | 358 {"above", (PyCFunction)PyCursesPanel_above, METH_NOARGS}, 359 {"below", (PyCFunction)PyCursesPanel_below, METH_NOARGS}, 360 {"bottom", (PyCFunction)PyCursesPanel_bottom_panel, METH_NOARGS}, 361 {"hidden", (PyCFunction)PyCursesPanel_panel_hidden, METH_NOARGS}, 362 {"hide", (PyCFunction)PyCursesPanel_hide_panel, METH_NOARGS}, 366 {"show", (PyCFunction)PyCursesPanel_show_panel, METH_NOARGS}, 367 {"top", (PyCFunction)PyCursesPanel_top_panel, METH_NOARGS}, 368 {"userptr", (PyCFunction)PyCursesPanel_userptr, METH_NOARGS}, 369 {"window", (PyCFunction)PyCursesPanel_window, METH_NOARGS}, 473 {"bottom_panel", (PyCFunction)PyCurses_bottom_panel, METH_NOARGS}, [all …]
|
D | _cursesmodule.c | 2009 {"clear", (PyCFunction)PyCursesWindow_wclear, METH_NOARGS}, 2011 {"clrtobot", (PyCFunction)PyCursesWindow_wclrtobot, METH_NOARGS}, 2012 {"clrtoeol", (PyCFunction)PyCursesWindow_wclrtoeol, METH_NOARGS}, 2013 {"cursyncup", (PyCFunction)PyCursesWindow_wcursyncup, METH_NOARGS}, 2015 {"deleteln", (PyCFunction)PyCursesWindow_wdeleteln, METH_NOARGS}, 2021 {"erase", (PyCFunction)PyCursesWindow_werase, METH_NOARGS}, 2022 {"getbegyx", (PyCFunction)PyCursesWindow_getbegyx, METH_NOARGS}, 2023 {"getbkgd", (PyCFunction)PyCursesWindow_GetBkgd, METH_NOARGS}, 2029 {"getmaxyx", (PyCFunction)PyCursesWindow_getmaxyx, METH_NOARGS}, 2030 {"getparyx", (PyCFunction)PyCursesWindow_getparyx, METH_NOARGS}, [all …]
|
/external/python/cpython2/Modules/_io/ |
D | iobase.c | 707 {"tell", iobase_tell, METH_NOARGS, iobase_tell_doc}, 709 {"flush", iobase_flush, METH_NOARGS, iobase_flush_doc}, 710 {"close", iobase_close, METH_NOARGS, iobase_close_doc}, 712 {"seekable", iobase_seekable, METH_NOARGS, iobase_seekable_doc}, 713 {"readable", iobase_readable, METH_NOARGS, iobase_readable_doc}, 714 {"writable", iobase_writable, METH_NOARGS, iobase_writable_doc}, 716 {"_checkClosed", _PyIOBase_check_closed, METH_NOARGS}, 717 {"_checkSeekable", _PyIOBase_check_seekable, METH_NOARGS}, 718 {"_checkReadable", _PyIOBase_check_readable, METH_NOARGS}, 719 {"_checkWritable", _PyIOBase_check_writable, METH_NOARGS}, [all …]
|
D | bufferedio.c | 141 {"detach", (PyCFunction)bufferediobase_detach, METH_NOARGS, bufferediobase_detach_doc}, 1560 {"detach", (PyCFunction)buffered_detach, METH_NOARGS}, 1561 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS}, 1562 {"close", (PyCFunction)buffered_close, METH_NOARGS}, 1563 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS}, 1564 {"readable", (PyCFunction)buffered_readable, METH_NOARGS}, 1565 {"writable", (PyCFunction)buffered_writable, METH_NOARGS}, 1566 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS}, 1567 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS}, 1574 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, [all …]
|
/external/python/cpython3/Modules/_io/ |
D | bufferedio.c | 2389 {"detach", (PyCFunction)buffered_detach, METH_NOARGS}, 2390 {"flush", (PyCFunction)buffered_simple_flush, METH_NOARGS}, 2391 {"close", (PyCFunction)buffered_close, METH_NOARGS}, 2392 {"seekable", (PyCFunction)buffered_seekable, METH_NOARGS}, 2393 {"readable", (PyCFunction)buffered_readable, METH_NOARGS}, 2394 {"fileno", (PyCFunction)buffered_fileno, METH_NOARGS}, 2395 {"isatty", (PyCFunction)buffered_isatty, METH_NOARGS}, 2397 {"__getstate__", (PyCFunction)buffered_getstate, METH_NOARGS}, 2406 {"tell", (PyCFunction)buffered_tell, METH_NOARGS}, 2408 {"__sizeof__", (PyCFunction)buffered_sizeof, METH_NOARGS}, [all …]
|