/third_party/python/Modules/ |
H A D | _stat.c | 416 {"S_ISDIR", stat_S_ISDIR, METH_O, stat_S_ISDIR_doc}, 417 {"S_ISCHR", stat_S_ISCHR, METH_O, stat_S_ISCHR_doc}, 418 {"S_ISBLK", stat_S_ISBLK, METH_O, stat_S_ISBLK_doc}, 419 {"S_ISREG", stat_S_ISREG, METH_O, stat_S_ISREG_doc}, 420 {"S_ISFIFO", stat_S_ISFIFO, METH_O, stat_S_ISFIFO_doc}, 421 {"S_ISLNK", stat_S_ISLNK, METH_O, stat_S_ISLNK_doc}, 422 {"S_ISSOCK", stat_S_ISSOCK, METH_O, stat_S_ISSOCK_doc}, 423 {"S_ISDOOR", stat_S_ISDOOR, METH_O, stat_S_ISDOOR_doc}, 424 {"S_ISPORT", stat_S_ISPORT, METH_O, stat_S_ISPORT_doc}, 425 {"S_ISWHT", stat_S_ISWHT, METH_O, stat_S_ISWHT_do [all...] |
H A D | mathmodule.c | 3850 {"acos", math_acos, METH_O, math_acos_doc}, 3851 {"acosh", math_acosh, METH_O, math_acosh_doc}, 3852 {"asin", math_asin, METH_O, math_asin_doc}, 3853 {"asinh", math_asinh, METH_O, math_asinh_doc}, 3854 {"atan", math_atan, METH_O, math_atan_doc}, 3856 {"atanh", math_atanh, METH_O, math_atanh_doc}, 3857 {"cbrt", math_cbrt, METH_O, math_cbrt_doc}, 3860 {"cos", math_cos, METH_O, math_cos_doc}, 3861 {"cosh", math_cosh, METH_O, math_cosh_doc}, 3864 {"erf", math_erf, METH_O, math_erf_do [all...] |
/third_party/python/Modules/clinic/ |
H A D | cmathmodule.c.h | 12 {"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_log10, METH_O, cmath_log10__doc_ [all...] |
H A D | mathmodule.c.h | 14 {"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__}, 233 {"log2", (PyCFunction)math_log2, METH_O, math_log2__doc__}, 242 {"log10", (PyCFunction)math_log10, METH_O, math_log10__doc_ [all...] |
H A D | _tkinter.c.h | 11 {"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_exprdouble, METH_O, _tkinter_tkapp_exprdouble__doc_ [all...] |
H A D | _abc.c.h | 14 {"_reset_registry", (PyCFunction)_abc__reset_registry, METH_O, _abc__reset_registry__doc__}, 25 {"_reset_caches", (PyCFunction)_abc__reset_caches, METH_O, _abc__reset_caches__doc__}, 38 {"_get_dump", (PyCFunction)_abc__get_dump, METH_O, _abc__get_dump__doc__}, 47 {"_abc_init", (PyCFunction)_abc__abc_init, METH_O, _abc__abc_init__doc__},
|
H A D | arraymodule.c.h | 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__}, 242 {"append", (PyCFunction)array_array_append, METH_O, array_array_append__doc__}, 368 {"fromlist", (PyCFunction)array_array_fromlist, METH_O, array_array_fromlist__doc__}, 395 {"frombytes", (PyCFunction)array_array_frombytes, METH_O, array_array_frombytes__doc__}, 453 {"fromunicode", (PyCFunction)array_array_fromunicode, METH_O, array_array_fromunicode__doc__}, 632 {"__setstate__", (PyCFunction)array_arrayiterator___setstate__, METH_O, array_arrayiterator___setstate____doc__},
|
H A D | readline.c.h | 12 {"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__}, 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_history, METH_O, readline_set_auto_history__doc__}, 571 {"get_history_item", (PyCFunction)readline_get_history_item, METH_O, readline_get_history_item__doc__}, 657 {"insert_text", (PyCFunction)readline_insert_text, METH_O, readline_insert_text__doc__},
|
H A D | _cursesmodule.c.h | 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__}, 1250 {"is_linetouched", (PyCFunction)_curses_window_is_linetouched, METH_O, _curses_window_is_linetouched__doc__}, 1474 {"putwin", (PyCFunction)_curses_window_putwin, METH_O, _curses_window_putwin__doc__}, 1962 {"color_content", (PyCFunction)_curses_color_content, METH_O, _curses_color_content__doc__}, 1995 {"color_pair", (PyCFunction)_curses_color_pair, METH_O, _curses_color_pair__doc__}, 2031 {"curs_set", (PyCFunction)_curses_curs_set, METH_O, _curses_curs_set__doc__}, 2106 {"delay_output", (PyCFunction)_curses_delay_output, METH_O, _curses_delay_output__doc__}, 2395 {"getwin", (PyCFunction)_curses_getwin, METH_O, _curses_getwin__doc_ [all...] |
H A D | signalmodule.c.h | 50 {"alarm", (PyCFunction)signal_alarm, METH_O, signal_alarm__doc__}, 107 {"raise_signal", (PyCFunction)signal_raise_signal, METH_O, signal_raise_signal__doc__}, 181 {"getsignal", (PyCFunction)signal_getsignal, METH_O, signal_getsignal__doc__}, 213 {"strsignal", (PyCFunction)signal_strsignal, METH_O, signal_strsignal__doc__}, 335 {"getitimer", (PyCFunction)signal_getitimer, METH_O, signal_getitimer__doc__}, 435 {"sigwait", (PyCFunction)signal_sigwait, METH_O, signal_sigwait__doc__}, 493 {"sigwaitinfo", (PyCFunction)signal_sigwaitinfo, METH_O, signal_sigwaitinfo__doc__},
|
H A D | unicodedata.c.h | 161 {"category", (PyCFunction)unicodedata_UCD_category, METH_O, unicodedata_UCD_category__doc__}, 199 {"bidirectional", (PyCFunction)unicodedata_UCD_bidirectional, METH_O, unicodedata_UCD_bidirectional__doc__}, 237 {"combining", (PyCFunction)unicodedata_UCD_combining, METH_O, unicodedata_UCD_combining__doc__}, 281 {"mirrored", (PyCFunction)unicodedata_UCD_mirrored, METH_O, unicodedata_UCD_mirrored__doc__}, 322 {"east_asian_width", (PyCFunction)unicodedata_UCD_east_asian_width, METH_O, unicodedata_UCD_east_asian_width__doc__}, 360 {"decomposition", (PyCFunction)unicodedata_UCD_decomposition, METH_O, unicodedata_UCD_decomposition__doc__}, 541 {"lookup", (PyCFunction)unicodedata_UCD_lookup, METH_O, unicodedata_UCD_lookup__doc__},
|
H A D | _heapqmodule.c.h | 46 {"heappop", (PyCFunction)_heapq_heappop, METH_O, _heapq_heappop__doc__}, 154 {"heapify", (PyCFunction)_heapq_heapify, METH_O, _heapq_heapify__doc__}, 183 {"_heappop_max", (PyCFunction)_heapq__heappop_max, METH_O, _heapq__heappop_max__doc__}, 247 {"_heapify_max", (PyCFunction)_heapq__heapify_max, METH_O, _heapq__heapify_max__doc__},
|
H A D | pwdmodule.c.h | 14 {"getpwuid", (PyCFunction)pwd_getpwuid, METH_O, pwd_getpwuid__doc__}, 25 {"getpwnam", (PyCFunction)pwd_getpwnam, METH_O, pwd_getpwnam__doc__},
|
H A D | _elementtree.c.h | 11 {"append", (PyCFunction)_elementtree_Element_append, METH_O, _elementtree_Element_append__doc__}, 73 {"__deepcopy__", (PyCFunction)_elementtree_Element___deepcopy__, METH_O, _elementtree_Element___deepcopy____doc__}, 145 {"__setstate__", (PyCFunction)_elementtree_Element___setstate__, METH_O, _elementtree_Element___setstate____doc__}, 153 {"extend", (PyCFunction)_elementtree_Element_extend, METH_O, _elementtree_Element_extend__doc__}, 530 {"remove", (PyCFunction)_elementtree_Element_remove, METH_O, _elementtree_Element_remove__doc__}, 693 {"data", (PyCFunction)_elementtree_TreeBuilder_data, METH_O, _elementtree_TreeBuilder_data__doc__}, 701 {"end", (PyCFunction)_elementtree_TreeBuilder_end, METH_O, _elementtree_TreeBuilder_end__doc__}, 709 {"comment", (PyCFunction)_elementtree_TreeBuilder_comment, METH_O, _elementtree_TreeBuilder_comment__doc__}, 874 {"feed", (PyCFunction)_elementtree_XMLParser_feed, METH_O, _elementtree_XMLParser_feed__doc__}, 882 {"_parse_whole", (PyCFunction)_elementtree_XMLParser__parse_whole, METH_O, _elementtree_XMLParser__parse_whole__doc_ [all...] |
H A D | _testclinic.c.h | 61 {"bytes_object_converter", (PyCFunction)bytes_object_converter, METH_O, bytes_object_converter__doc__}, 89 {"byte_array_object_converter", (PyCFunction)byte_array_object_converter, METH_O, byte_array_object_converter__doc__}, 117 {"unicode_converter", (PyCFunction)unicode_converter, METH_O, unicode_converter__doc__}, 1110 {"py_complex_converter", (PyCFunction)py_complex_converter, METH_O, py_complex_converter__doc__},
|
H A D | termios.c.h | 19 {"tcgetattr", (PyCFunction)termios_tcgetattr, METH_O, termios_tcgetattr__doc__}, 128 {"tcdrain", (PyCFunction)termios_tcdrain, METH_O, termios_tcdrain__doc__}, 235 {"tcgetwinsize", (PyCFunction)termios_tcgetwinsize, METH_O, termios_tcgetwinsize__doc__},
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | descriptor_pool.cc | 631 { "Add", Add, METH_O, 633 { "AddSerializedFile", AddSerializedFile, METH_O, 638 { "AddFileDescriptor", AddFileDescriptor, METH_O, 640 { "AddDescriptor", AddDescriptor, METH_O, 642 { "AddEnumDescriptor", AddEnumDescriptor, METH_O, 644 { "AddExtensionDescriptor", AddExtensionDescriptor, METH_O, 646 { "AddServiceDescriptor", AddServiceDescriptor, METH_O, 649 { "FindFileByName", FindFileByName, METH_O, 651 { "FindMessageTypeByName", FindMessageByName, METH_O, 653 { "FindFieldByName", FindFieldByNameMethod, METH_O, [all...] |
/third_party/python/Python/clinic/ |
H A D | bltinmodule.c.h | 91 {"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__}, 534 {"id", (PyCFunction)builtin_id, METH_O, builtin_id__doc__}, 613 {"hash", (PyCFunction)builtin_hash, METH_O, builtin_hash__doc__}, 625 {"hex", (PyCFunction)builtin_hex, METH_O, builtin_hex__doc_ [all...] |
H A D | import.c.h | 120 {"create_builtin", (PyCFunction)_imp_create_builtin, METH_O, _imp_create_builtin__doc__}, 147 {"init_frozen", (PyCFunction)_imp_init_frozen, METH_O, _imp_init_frozen__doc__}, 278 {"is_frozen_package", (PyCFunction)_imp_is_frozen_package, METH_O, _imp_is_frozen_package__doc__}, 310 {"is_builtin", (PyCFunction)_imp_is_builtin, METH_O, _imp_is_builtin__doc__}, 342 {"is_frozen", (PyCFunction)_imp_is_frozen, METH_O, _imp_is_frozen__doc__}, 395 {"_override_frozen_modules_for_tests", (PyCFunction)_imp__override_frozen_modules_for_tests, METH_O, _imp__override_frozen_modules_for_tests__doc__}, 463 {"exec_dynamic", (PyCFunction)_imp_exec_dynamic, METH_O, _imp_exec_dynamic__doc__}, 493 {"exec_builtin", (PyCFunction)_imp_exec_builtin, METH_O, _imp_exec_builtin__doc__},
|
H A D | sysmodule.c.h | 44 {"displayhook", (PyCFunction)sys_displayhook, METH_O, sys_displayhook__doc__}, 137 {"unraisablehook", (PyCFunction)sys_unraisablehook, METH_O, sys_unraisablehook__doc__}, 241 {"intern", (PyCFunction)sys_intern, METH_O, sys_intern__doc__}, 320 {"setswitchinterval", (PyCFunction)sys_setswitchinterval, METH_O, sys_setswitchinterval__doc__}, 386 {"setrecursionlimit", (PyCFunction)sys_setrecursionlimit, METH_O, sys_setrecursionlimit__doc__}, 594 {"setdlopenflags", (PyCFunction)sys_setdlopenflags, METH_O, sys_setdlopenflags__doc__}, 649 {"mdebug", (PyCFunction)sys_mdebug, METH_O, sys_mdebug__doc__}, 736 {"getrefcount", (PyCFunction)sys_getrefcount, METH_O, sys_getrefcount__doc__},
|
/third_party/python/Objects/clinic/ |
H A D | typeobject.c.h | 12 {"__instancecheck__", (PyCFunction)type___instancecheck__, METH_O, type___instancecheck____doc__}, 40 {"__subclasscheck__", (PyCFunction)type___subclasscheck__, METH_O, type___subclasscheck____doc__}, 176 {"__reduce_ex__", (PyCFunction)object___reduce_ex__, METH_O, object___reduce_ex____doc__}, 204 {"__format__", (PyCFunction)object___format__, METH_O, object___format____doc__},
|
H A D | listobject.c.h | 89 {"append", (PyCFunction)list_append, METH_O, list_append__doc__}, 98 {"extend", (PyCFunction)list_extend, METH_O, list_extend__doc__}, 271 {"count", (PyCFunction)list_count, METH_O, list_count__doc__}, 282 {"remove", (PyCFunction)list_remove, METH_O, list_remove__doc__},
|
/third_party/python/PC/clinic/ |
H A D | _msi.c.h | 114 {"GetInteger", (PyCFunction)_msi_Record_GetInteger, METH_O, _msi_Record_GetInteger__doc__}, 142 {"GetString", (PyCFunction)_msi_Record_GetString, METH_O, _msi_Record_GetString__doc__}, 325 {"GetProperty", (PyCFunction)_msi_SummaryInformation_GetProperty, METH_O, _msi_SummaryInformation_GetProperty__doc__}, 432 {"Execute", (PyCFunction)_msi_View_Execute, METH_O, _msi_View_Execute__doc__}, 462 {"GetColumnInfo", (PyCFunction)_msi_View_GetColumnInfo, METH_O, _msi_View_GetColumnInfo__doc__}, 549 {"OpenView", (PyCFunction)_msi_Database_OpenView, METH_O, _msi_Database_OpenView__doc__}, 611 {"GetSummaryInformation", (PyCFunction)_msi_Database_GetSummaryInformation, METH_O, _msi_Database_GetSummaryInformation__doc__}, 696 {"CreateRecord", (PyCFunction)_msi_CreateRecord, METH_O, _msi_CreateRecord__doc__},
|
H A D | msvcrtmodule.c.h | 167 {"get_osfhandle", (PyCFunction)msvcrt_get_osfhandle, METH_O, msvcrt_get_osfhandle__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_ungetch, METH_O, msvcrt_ungetch__doc__}, 438 {"ungetwch", (PyCFunction)msvcrt_ungetwch, METH_O, msvcrt_ungetwch__doc__}, 565 {"set_error_mode", (PyCFunction)msvcrt_set_error_mode, METH_O, msvcrt_set_error_mode__doc__}, 618 {"SetErrorMode", (PyCFunction)msvcrt_SetErrorMode, METH_O, msvcrt_SetErrorMode__doc__},
|
/third_party/python/Modules/_sha3/clinic/ |
H A D | sha3module.c.h | 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__},
|