/third_party/python/Objects/stringlib/ |
H A D | ctype.h | 8 stringlib_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isspace() argument 14 stringlib_isalpha(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isalpha() argument 20 stringlib_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isalnum() argument 26 stringlib_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isascii() argument 32 stringlib_isdigit(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isdigit() argument 38 stringlib_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_islower() argument 44 stringlib_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_isupper() argument 50 stringlib_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_istitle() argument 59 stringlib_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) in stringlib_lower() argument 71 stringlib_upper(PyObject *self, PyObject *Py_UNUSED(ignore argument 83 stringlib_title(PyObject *self, PyObject *Py_UNUSED(ignored)) stringlib_title() argument 95 stringlib_capitalize(PyObject *self, PyObject *Py_UNUSED(ignored)) stringlib_capitalize() argument 107 stringlib_swapcase(PyObject *self, PyObject *Py_UNUSED(ignored)) stringlib_swapcase() argument [all...] |
/third_party/python/Python/clinic/ |
H A D | sysmodule.c.h | 96 sys_exception(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_exception() argument 117 sys_exc_info(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_exc_info() argument 189 sys_getdefaultencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getdefaultencoding() argument 207 sys_getfilesystemencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencoding() argument 225 sys_getfilesystemencodeerrors(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getfilesystemencodeerrors() argument 281 sys_gettrace(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_gettrace() argument 301 sys_getprofile(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getprofile() argument 360 sys_getswitchinterval(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_getswitchinterval() argument 460 sys_get_coroutine_origin_tracking_depth(PyObject *module, PyObject *Py_UNUSED(ignored)) in sys_get_coroutine_origin_tracking_depth() argument 490 sys_get_asyncgen_hooks(PyObject *module, PyObject *Py_UNUSED(ignore argument 512 sys_getrecursionlimit(PyObject *module, PyObject *Py_UNUSED(ignored)) sys_getrecursionlimit() argument 542 sys_getwindowsversion(PyObject *module, PyObject *Py_UNUSED(ignored)) sys_getwindowsversion() argument 570 sys__enablelegacywindowsfsencoding(PyObject *module, PyObject *Py_UNUSED(ignored)) sys__enablelegacywindowsfsencoding() argument 634 sys_getdlopenflags(PyObject *module, PyObject *Py_UNUSED(ignored)) sys_getdlopenflags() argument 685 sys_get_int_max_str_digits(PyObject *module, PyObject *Py_UNUSED(ignored)) sys_get_int_max_str_digits() argument 771 sys_gettotalrefcount(PyObject *module, PyObject *Py_UNUSED(ignored)) sys_gettotalrefcount() argument 800 sys__getquickenedcount(PyObject *module, PyObject *Py_UNUSED(ignored)) sys__getquickenedcount() argument 828 sys_getallocatedblocks(PyObject *module, PyObject *Py_UNUSED(ignored)) sys_getallocatedblocks() argument 901 sys__current_frames(PyObject *module, PyObject *Py_UNUSED(ignored)) sys__current_frames() argument 921 sys__current_exceptions(PyObject *module, PyObject *Py_UNUSED(ignored)) sys__current_exceptions() argument 980 sys__debugmallocstats(PyObject *module, PyObject *Py_UNUSED(ignored)) sys__debugmallocstats() argument 998 sys__clear_type_cache(PyObject *module, PyObject *Py_UNUSED(ignored)) sys__clear_type_cache() argument 1016 sys_is_finalizing(PyObject *module, PyObject *Py_UNUSED(ignored)) sys_is_finalizing() argument 1036 sys_getandroidapilevel(PyObject *module, PyObject *Py_UNUSED(ignored)) sys_getandroidapilevel() argument [all...] |
H A D | context.c.h | 58 _contextvars_Context_items(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_items() argument 76 _contextvars_Context_keys(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_keys() argument 94 _contextvars_Context_values(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_values() argument 112 _contextvars_Context_copy(PyContext *self, PyObject *Py_UNUSED(ignored)) in _contextvars_Context_copy() argument
|
/third_party/python/Modules/clinic/ |
H A D | _tracemalloc.c.h | 18 _tracemalloc_is_tracing(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_is_tracing() argument 36 _tracemalloc_clear_traces(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_clear_traces() argument 59 _tracemalloc__get_traces(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc__get_traces() argument 130 _tracemalloc_stop(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_stop() argument 151 _tracemalloc_get_traceback_limit(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traceback_limit() argument 171 _tracemalloc_get_tracemalloc_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_tracemalloc_memory() argument 191 _tracemalloc_get_traced_memory(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_get_traced_memory() argument 211 _tracemalloc_reset_peak(PyObject *module, PyObject *Py_UNUSED(ignored)) in _tracemalloc_reset_peak() argument
|
H A D | gcmodule.c.h | 18 gc_enable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_enable() argument 36 gc_disable(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_disable() argument 54 gc_isenabled(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_isenabled() argument 172 gc_get_debug(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_debug() argument 200 gc_get_threshold(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_threshold() argument 218 gc_get_count(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_count() argument 281 gc_get_stats(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_get_stats() argument 323 gc_freeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_freeze() argument 343 gc_unfreeze(PyObject *module, PyObject *Py_UNUSED(ignored)) in gc_unfreeze() argument 361 gc_get_freeze_count(PyObject *module, PyObject *Py_UNUSED(ignore argument [all...] |
H A D | _asynciomodule.c.h | 69 _asyncio_Future_result(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_result() argument 92 _asyncio_Future_exception(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_exception() argument 230 _asyncio_Future_cancelled(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_cancelled() argument 251 _asyncio_Future_done(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_done() argument 269 _asyncio_Future_get_loop(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future_get_loop() argument 290 _asyncio_Future__make_cancelled_error(FutureObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Future__make_cancelled_error() argument 364 _asyncio_Task__make_cancelled_error(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task__make_cancelled_error() argument 441 _asyncio_Task_cancelling(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_cancelling() argument 464 _asyncio_Task_uncancel(TaskObj *self, PyObject *Py_UNUSED(ignored)) in _asyncio_Task_uncancel() argument 603 _asyncio_Task_get_coro(TaskObj *self, PyObject *Py_UNUSED(ignore argument 620 _asyncio_Task_get_name(TaskObj *self, PyObject *Py_UNUSED(ignored)) _asyncio_Task_get_name() argument 649 _asyncio__get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) _asyncio__get_running_loop() argument 686 _asyncio_get_event_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) _asyncio_get_event_loop() argument 745 _asyncio_get_running_loop(PyObject *module, PyObject *Py_UNUSED(ignored)) _asyncio_get_running_loop() argument [all...] |
H A D | _pickle.c.h | 23 _pickle_Pickler_clear_memo(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler_clear_memo() argument 50 _pickle_Pickler___sizeof__(PicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Pickler___sizeof__() argument 164 _pickle_PicklerMemoProxy_clear(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_clear() argument 182 _pickle_PicklerMemoProxy_copy(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy_copy() argument 200 _pickle_PicklerMemoProxy___reduce__(PicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_PicklerMemoProxy___reduce__() argument 222 _pickle_Unpickler_load(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler_load() argument 279 _pickle_Unpickler___sizeof__(UnpicklerObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_Unpickler___sizeof__() argument 415 _pickle_UnpicklerMemoProxy_clear(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_clear() argument 433 _pickle_UnpicklerMemoProxy_copy(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignored)) in _pickle_UnpicklerMemoProxy_copy() argument 451 _pickle_UnpicklerMemoProxy___reduce__(UnpicklerMemoProxyObject *self, PyObject *Py_UNUSED(ignore argument [all...] |
H A D | readline.c.h | 203 readline_get_history_length(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_history_length() argument 333 readline_get_completion_type(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_completion_type() argument 351 readline_get_begidx(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_begidx() argument 369 readline_get_endidx(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_endidx() argument 505 readline_get_completer_delims(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_completer_delims() argument 559 readline_get_completer(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_completer() argument 605 readline_get_current_history_length(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_current_history_length() argument 623 readline_get_line_buffer(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_get_line_buffer() argument 643 readline_clear_history(PyObject *module, PyObject *Py_UNUSED(ignored)) in readline_clear_history() argument 672 readline_redisplay(PyObject *module, PyObject *Py_UNUSED(ignore argument [all...] |
H A D | _curses_panel.c.h | 108 _curses_panel_panel_above(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_above() argument 126 _curses_panel_panel_below(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_below() argument 144 _curses_panel_panel_hidden(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_hidden() argument 203 _curses_panel_panel_window(PyCursesPanelObject *self, PyObject *Py_UNUSED(ignored)) in _curses_panel_panel_window() argument 315 _curses_panel_bottom_panel(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_panel_bottom_panel() argument 362 _curses_panel_top_panel(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_panel_top_panel() argument 382 _curses_panel_update_panels(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_panel_update_panels() argument
|
H A D | _cursesmodule.c.h | 734 _curses_window_getbkgd(PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) in _curses_window_getbkgd() argument 1342 _curses_window_noutrefresh(PyCursesWindowObject *self, PyObject *Py_UNUSED(ignored)) in _curses_window_noutrefresh() argument 1844 _curses_filter(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_filter() argument 1864 _curses_baudrate(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_baudrate() argument 1882 _curses_beep(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_beep() argument 1900 _curses_can_change_color(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_can_change_color() argument 2069 _curses_def_prog_mode(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_def_prog_mode() argument 2091 _curses_def_shell_mode(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_def_shell_mode() argument 2140 _curses_doupdate(PyObject *module, PyObject *Py_UNUSED(ignored)) in _curses_doupdate() argument 2198 _curses_endwin(PyObject *module, PyObject *Py_UNUSED(ignore argument 2216 _curses_erasechar(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_erasechar() argument 2236 _curses_flash(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_flash() argument 2257 _curses_flushinp(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_flushinp() argument 2279 _curses_getsyx(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_getsyx() argument 2304 _curses_getmouse(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_getmouse() argument 2458 _curses_has_colors(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_has_colors() argument 2476 _curses_has_ic(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_has_ic() argument 2494 _curses_has_il(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_has_il() argument 2653 _curses_initscr(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_initscr() argument 2748 _curses_get_escdelay(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_get_escdelay() argument 2812 _curses_get_tabsize(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_get_tabsize() argument 2897 _curses_isendwin(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_isendwin() argument 2991 _curses_killchar(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_killchar() argument 3012 _curses_longname(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_longname() argument 3308 _curses_nocbreak(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_nocbreak() argument 3328 _curses_noecho(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_noecho() argument 3349 _curses_nonl(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_nonl() argument 3370 _curses_noqiflush(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_noqiflush() argument 3390 _curses_noraw(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_noraw() argument 3539 _curses_update_lines_cols(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_update_lines_cols() argument 3601 _curses_reset_prog_mode(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_reset_prog_mode() argument 3619 _curses_reset_shell_mode(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_reset_shell_mode() argument 3637 _curses_resetty(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_resetty() argument 3754 _curses_savetty(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_savetty() argument 3826 _curses_start_color(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_start_color() argument 3844 _curses_termattrs(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_termattrs() argument 3862 _curses_termname(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_termname() argument 4168 _curses_use_default_colors(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_use_default_colors() argument 4191 _curses_has_extended_color_support(PyObject *module, PyObject *Py_UNUSED(ignored)) _curses_has_extended_color_support() argument [all...] |
/third_party/python/Modules/_io/clinic/ |
H A D | iobase.c.h | 18 _io__IOBase_tell(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_tell() argument 38 _io__IOBase_flush(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_flush() argument 58 _io__IOBase_close(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_close() argument 79 _io__IOBase_seekable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_seekable() argument 99 _io__IOBase_readable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_readable() argument 119 _io__IOBase_writable(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_writable() argument 139 _io__IOBase_fileno(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_fileno() argument 159 _io__IOBase_isatty(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__IOBase_isatty() argument 309 _io__RawIOBase_readall(PyObject *self, PyObject *Py_UNUSED(ignored)) in _io__RawIOBase_readall() argument
|
H A D | bytesio.c.h | 18 _io_BytesIO_readable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_readable() argument 36 _io_BytesIO_writable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_writable() argument 54 _io_BytesIO_seekable(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_seekable() argument 72 _io_BytesIO_flush(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_flush() argument 90 _io_BytesIO_getbuffer(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getbuffer() argument 108 _io_BytesIO_getvalue(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_getvalue() argument 128 _io_BytesIO_isatty(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_isatty() argument 146 _io_BytesIO_tell(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_tell() argument 468 _io_BytesIO_close(bytesio *self, PyObject *Py_UNUSED(ignored)) in _io_BytesIO_close() argument
|
H A D | fileio.c.h | 21 _io_FileIO_close(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_close() argument 119 _io_FileIO_fileno(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_fileno() argument 137 _io_FileIO_readable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readable() argument 155 _io_FileIO_writable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_writable() argument 173 _io_FileIO_seekable(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_seekable() argument 232 _io_FileIO_readall(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_readall() argument 375 _io_FileIO_tell(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_tell() argument 432 _io_FileIO_isatty(fileio *self, PyObject *Py_UNUSED(ignored)) in _io_FileIO_isatty() argument
|
H A D | textio.c.h | 111 _io_IncrementalNewlineDecoder_getstate(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_getstate() argument 136 _io_IncrementalNewlineDecoder_reset(nldecoder_object *self, PyObject *Py_UNUSED(ignored)) in _io_IncrementalNewlineDecoder_reset() argument 361 _io_TextIOWrapper_detach(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_detach() argument 520 _io_TextIOWrapper_tell(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_tell() argument 568 _io_TextIOWrapper_fileno(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_fileno() argument 585 _io_TextIOWrapper_seekable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_seekable() argument 602 _io_TextIOWrapper_readable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_readable() argument 619 _io_TextIOWrapper_writable(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_writable() argument 636 _io_TextIOWrapper_isatty(textio *self, PyObject *Py_UNUSED(ignored)) in _io_TextIOWrapper_isatty() argument 653 _io_TextIOWrapper_flush(textio *self, PyObject *Py_UNUSED(ignore argument 670 _io_TextIOWrapper_close(textio *self, PyObject *Py_UNUSED(ignored)) _io_TextIOWrapper_close() argument [all...] |
H A D | stringio.c.h | 18 _io_StringIO_getvalue(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_getvalue() argument 36 _io_StringIO_tell(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_tell() argument 236 _io_StringIO_close(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_close() argument 301 _io_StringIO_readable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_readable() argument 319 _io_StringIO_writable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_writable() argument 337 _io_StringIO_seekable(stringio *self, PyObject *Py_UNUSED(ignored)) in _io_StringIO_seekable() argument
|
H A D | winconsoleio.c.h | 23 _io__WindowsConsoleIO_close(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_close() argument 122 _io__WindowsConsoleIO_fileno(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_fileno() argument 144 _io__WindowsConsoleIO_readable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_readable() argument 166 _io__WindowsConsoleIO_writable(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_writable() argument 232 _io__WindowsConsoleIO_readall(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_readall() argument 339 _io__WindowsConsoleIO_isatty(winconsoleio *self, PyObject *Py_UNUSED(ignored)) in _io__WindowsConsoleIO_isatty() argument
|
/third_party/python/Objects/clinic/ |
H A D | typeobject.c.h | 74 type_mro(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type_mro() argument 92 type___subclasses__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___subclasses__() argument 110 type___dir__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___dir__() argument 128 type___sizeof__(PyTypeObject *self, PyObject *Py_UNUSED(ignored)) in type___sizeof__() argument 146 object___getstate__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___getstate__() argument 164 object___reduce__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___reduce__() argument 242 object___sizeof__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___sizeof__() argument 260 object___dir__(PyObject *self, PyObject *Py_UNUSED(ignored)) in object___dir__() argument
|
H A D | floatobject.c.h | 18 float_is_integer(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_is_integer() argument 36 float___trunc__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___trunc__() argument 54 float___floor__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___floor__() argument 72 float___ceil__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___ceil__() argument 124 float_conjugate(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_conjugate() argument 147 float_hex(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_hex() argument 191 float_as_integer_ratio(PyObject *self, PyObject *Py_UNUSED(ignored)) in float_as_integer_ratio() argument 242 float___getnewargs__(PyObject *self, PyObject *Py_UNUSED(ignored)) in float___getnewargs__() argument
|
H A D | unicodeobject.c.h | 18 EncodingMap_size(struct encoding_map *self, PyObject *Py_UNUSED(ignored)) in EncodingMap_size() argument 39 unicode_title(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_title() argument 60 unicode_capitalize(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_capitalize() argument 78 unicode_casefold(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_casefold() argument 267 unicode_isascii(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isascii() argument 288 unicode_islower(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_islower() argument 309 unicode_isupper(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isupper() argument 330 unicode_istitle(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_istitle() argument 351 unicode_isspace(PyObject *self, PyObject *Py_UNUSED(ignored)) in unicode_isspace() argument 372 unicode_isalpha(PyObject *self, PyObject *Py_UNUSED(ignore argument 393 unicode_isalnum(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_isalnum() argument 414 unicode_isdecimal(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_isdecimal() argument 435 unicode_isdigit(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_isdigit() argument 456 unicode_isnumeric(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_isnumeric() argument 477 unicode_isidentifier(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_isidentifier() argument 498 unicode_isprintable(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_isprintable() argument 579 unicode_lower(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_lower() argument 1099 unicode_swapcase(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_swapcase() argument 1195 unicode_upper(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_upper() argument 1283 unicode_sizeof(PyObject *self, PyObject *Py_UNUSED(ignored)) unicode_sizeof() argument [all...] |
/third_party/python/Modules/ |
H A D | _testinternalcapi.c | 30 get_configs(PyObject *self, PyObject *Py_UNUSED(args)) in get_configs() argument 37 get_recursion_depth(PyObject *self, PyObject *Py_UNUSED(args)) in get_recursion_depth() argument 48 test_bswap(PyObject *self, PyObject *Py_UNUSED(args)) in test_bswap() argument 92 test_popcount(PyObject *self, PyObject *Py_UNUSED(args)) in test_popcount() argument 132 test_bit_length(PyObject *self, PyObject *Py_UNUSED(args)) in test_bit_length() argument 181 test_hashtable(PyObject *self, PyObject *Py_UNUSED(args)) in test_hashtable() argument 245 test_get_config(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(args)) in Py_UNUSED() function 260 test_set_config(PyObject *Py_UNUSED(self), PyObject *dict) 280 test_reset_path_config(PyObject *Py_UNUSED(sel function 288 test_atomic_funcs(PyObject *self, PyObject *Py_UNUSED(args)) test_atomic_funcs() argument 350 test_edit_cost(PyObject *self, PyObject *Py_UNUSED(args)) test_edit_cost() argument 399 get_getpath_codeobject(PyObject *self, PyObject *Py_UNUSED(args)) get_getpath_codeobject() argument 498 set_eval_frame_default(PyObject *self, PyObject *Py_UNUSED(args)) set_eval_frame_default() argument [all...] |
H A D | _uuidmodule.c | 24 py_uuid_generate_time_safe(PyObject *Py_UNUSED(context), 25 PyObject *Py_UNUSED(ignored)) in Py_UNUSED() function 52 py_UuidCreate(PyObject *Py_UNUSED(context), 53 PyObject *Py_UNUSED(ignored)) in Py_UNUSED() function
|
/third_party/python/Lib/test/ |
H A D | _testcppext.cpp | 24 _testcppext_add(PyObject *Py_UNUSED(module), PyObject *args) 56 test_api_casts(PyObject *Py_UNUSED(module), PyObject *Py_UNUSED(args)) in Py_UNUSED() function 101 test_unicode(PyObject *Py_UNUSED(module), PyObject *Py_UNUSED(args)) in Py_UNUSED() function 181 test_virtual_object(PyObject *Py_UNUSED(module), PyObject *Py_UNUSED(args)) in Py_UNUSED() function
|
/third_party/python/Tools/peg_generator/peg_extension/ |
H A D | peg_extension.c | 110 clear_memo_stats(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(ignored)) in Py_UNUSED() function 119 get_memo_stats(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(ignored)) in Py_UNUSED() function 130 dump_memo_stats(PyObject *Py_UNUSED(self), PyObject *Py_UNUSED(ignored)) in Py_UNUSED() function
|
/third_party/python/Modules/_multiprocessing/clinic/ |
H A D | semaphore.c.h | 72 _multiprocessing_SemLock_release(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock_release() argument 146 _multiprocessing_SemLock_release(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock_release() argument 266 _multiprocessing_SemLock__count(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__count() argument 288 _multiprocessing_SemLock__is_mine(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__is_mine() argument 310 _multiprocessing_SemLock__get_value(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__get_value() argument 332 _multiprocessing_SemLock__is_zero(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__is_zero() argument 354 _multiprocessing_SemLock__after_fork(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock__after_fork() argument 376 _multiprocessing_SemLock___enter__(SemLockObject *self, PyObject *Py_UNUSED(ignored)) in _multiprocessing_SemLock___enter__() argument
|
/third_party/python/PC/clinic/ |
H A D | _msi.c.h | 18 _msi_UuidCreate(PyObject *module, PyObject *Py_UNUSED(ignored)) in _msi_UuidCreate() argument 84 _msi_Database_Close(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Database_Close() argument 102 _msi_Record_GetFieldCount(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Record_GetFieldCount() argument 176 _msi_Record_ClearData(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Record_ClearData() argument 359 _msi_SummaryInformation_GetPropertyCount(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_SummaryInformation_GetPropertyCount() argument 416 _msi_SummaryInformation_Persist(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_SummaryInformation_Persist() argument 447 _msi_View_Fetch(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_View_Fetch() argument 534 _msi_View_Close(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_View_Close() argument 596 _msi_Database_Commit(msiobj *self, PyObject *Py_UNUSED(ignored)) in _msi_Database_Commit() argument
|