Home
last modified time | relevance | path

Searched refs:METH_O (Results 1 – 25 of 215) sorted by relevance

123456789

/external/python/cpython3/Modules/
D_stat.c416 {"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_doc},
[all …]
Dmathmodule.c3454 {"acos", math_acos, METH_O, math_acos_doc},
3455 {"acosh", math_acosh, METH_O, math_acosh_doc},
3456 {"asin", math_asin, METH_O, math_asin_doc},
3457 {"asinh", math_asinh, METH_O, math_asinh_doc},
3458 {"atan", math_atan, METH_O, math_atan_doc},
3460 {"atanh", math_atanh, METH_O, math_atanh_doc},
3463 {"cos", math_cos, METH_O, math_cos_doc},
3464 {"cosh", math_cosh, METH_O, math_cosh_doc},
3467 {"erf", math_erf, METH_O, math_erf_doc},
3468 {"erfc", math_erfc, METH_O, math_erfc_doc},
[all …]
/external/python/cpython2/Modules/
Dmathmodule.c1571 {"acos", math_acos, METH_O, math_acos_doc},
1572 {"acosh", math_acosh, METH_O, math_acosh_doc},
1573 {"asin", math_asin, METH_O, math_asin_doc},
1574 {"asinh", math_asinh, METH_O, math_asinh_doc},
1575 {"atan", math_atan, METH_O, math_atan_doc},
1577 {"atanh", math_atanh, METH_O, math_atanh_doc},
1578 {"ceil", math_ceil, METH_O, math_ceil_doc},
1580 {"cos", math_cos, METH_O, math_cos_doc},
1581 {"cosh", math_cosh, METH_O, math_cosh_doc},
1582 {"degrees", math_degrees, METH_O, math_degrees_doc},
[all …]
Dfuture_builtins.c72 {"hex", builtin_hex, METH_O, hex_doc},
73 {"oct", builtin_oct, METH_O, oct_doc},
74 {"ascii", builtin_ascii, METH_O, ascii_doc},
/external/python/cpython3/Modules/clinic/
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_log10, METH_O, cmath_log10__doc__},
[all …]
Darraymodule.c.h30 … {"__deepcopy__", (PyCFunction)array_array___deepcopy__, METH_O, array_array___deepcopy____doc__},
39 {"count", (PyCFunction)array_array_count, METH_O, array_array_count__doc__},
48 {"index", (PyCFunction)array_array_index, METH_O, array_array_index__doc__},
57 {"remove", (PyCFunction)array_array_remove, METH_O, array_array_remove__doc__},
116 {"extend", (PyCFunction)array_array_extend, METH_O, array_array_extend__doc__},
192 {"append", (PyCFunction)array_array_append, METH_O, array_array_append__doc__},
286 {"tofile", (PyCFunction)array_array_tofile, METH_O, array_array_tofile__doc__},
295 {"fromlist", (PyCFunction)array_array_fromlist, METH_O, array_array_fromlist__doc__},
322 {"frombytes", (PyCFunction)array_array_frombytes, METH_O, array_array_frombytes__doc__},
380 {"fromunicode", (PyCFunction)array_array_fromunicode, METH_O, array_array_fromunicode__doc__},
[all …]
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__},
233 {"log2", (PyCFunction)math_log2, METH_O, math_log2__doc__},
242 {"log10", (PyCFunction)math_log10, METH_O, math_log10__doc__},
[all …]
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__do…
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 …]
D_abc.c.h14 {"_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__},
D_heapqmodule.c.h42 {"heappop", (PyCFunction)_heapq_heappop, METH_O, _heapq_heappop__doc__},
122 {"heapify", (PyCFunction)_heapq_heapify, METH_O, _heapq_heapify__doc__},
131 {"_heappop_max", (PyCFunction)_heapq__heappop_max, METH_O, _heapq__heappop_max__doc__},
171 {"_heapify_max", (PyCFunction)_heapq__heapify_max, METH_O, _heapq__heapify_max__doc__},
Dunicodedata.c.h161 {"category", (PyCFunction)unicodedata_UCD_category, METH_O, unicodedata_UCD_category__doc__},
199 …{"bidirectional", (PyCFunction)unicodedata_UCD_bidirectional, METH_O, unicodedata_UCD_bidirectiona…
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_a…
360 …{"decomposition", (PyCFunction)unicodedata_UCD_decomposition, METH_O, unicodedata_UCD_decompositio…
541 {"lookup", (PyCFunction)unicodedata_UCD_lookup, METH_O, unicodedata_UCD_lookup__doc__},
Dsignalmodule.c.h14 {"alarm", (PyCFunction)signal_alarm, METH_O, signal_alarm__doc__},
76 {"raise_signal", (PyCFunction)signal_raise_signal, METH_O, signal_raise_signal__doc__},
160 {"getsignal", (PyCFunction)signal_getsignal, METH_O, signal_getsignal__doc__},
196 {"strsignal", (PyCFunction)signal_strsignal, METH_O, signal_strsignal__doc__},
338 {"getitimer", (PyCFunction)signal_getitimer, METH_O, signal_getitimer__doc__},
448 {"sigwait", (PyCFunction)signal_sigwait, METH_O, signal_sigwait__doc__},
506 {"sigwaitinfo", (PyCFunction)signal_sigwaitinfo, METH_O, signal_sigwaitinfo__doc__},
Dpwdmodule.c.h14 {"getpwuid", (PyCFunction)pwd_getpwuid, METH_O, pwd_getpwuid__doc__},
25 {"getpwnam", (PyCFunction)pwd_getpwnam, METH_O, pwd_getpwnam__doc__},
D_elementtree.c.h11 … {"append", (PyCFunction)_elementtree_Element_append, METH_O, _elementtree_Element_append__doc__},
73 …{"__deepcopy__", (PyCFunction)_elementtree_Element___deepcopy__, METH_O, _elementtree_Element___de…
145 …{"__setstate__", (PyCFunction)_elementtree_Element___setstate__, METH_O, _elementtree_Element___se…
153 … {"extend", (PyCFunction)_elementtree_Element_extend, METH_O, _elementtree_Element_extend__doc__},
535 … {"remove", (PyCFunction)_elementtree_Element_remove, METH_O, _elementtree_Element_remove__doc__},
698 …{"data", (PyCFunction)_elementtree_TreeBuilder_data, METH_O, _elementtree_TreeBuilder_data__doc__},
706 {"end", (PyCFunction)_elementtree_TreeBuilder_end, METH_O, _elementtree_TreeBuilder_end__doc__},
714 …{"comment", (PyCFunction)_elementtree_TreeBuilder_comment, METH_O, _elementtree_TreeBuilder_commen…
879 {"feed", (PyCFunction)_elementtree_XMLParser_feed, METH_O, _elementtree_XMLParser_feed__doc__},
887 …{"_parse_whole", (PyCFunction)_elementtree_XMLParser__parse_whole, METH_O, _elementtree_XMLParser_…
D_cursesmodule.c.h278 {"attroff", (PyCFunction)_curses_window_attroff, METH_O, _curses_window_attroff__doc__},
311 {"attron", (PyCFunction)_curses_window_attron, METH_O, _curses_window_attron__doc__},
344 {"attrset", (PyCFunction)_curses_window_attrset, METH_O, _curses_window_attrset__doc__},
1295 …{"is_linetouched", (PyCFunction)_curses_window_is_linetouched, METH_O, _curses_window_is_linetouch…
1524 {"putwin", (PyCFunction)_curses_window_putwin, METH_O, _curses_window_putwin__doc__},
2037 {"color_content", (PyCFunction)_curses_color_content, METH_O, _curses_color_content__doc__},
2091 {"color_pair", (PyCFunction)_curses_color_pair, METH_O, _curses_color_pair__doc__},
2147 {"curs_set", (PyCFunction)_curses_curs_set, METH_O, _curses_curs_set__doc__},
2227 {"delay_output", (PyCFunction)_curses_delay_output, METH_O, _curses_delay_output__doc__},
2546 {"getwin", (PyCFunction)_curses_getwin, METH_O, _curses_getwin__doc__},
[all …]
Dbinascii.c.h12 {"a2b_uu", (PyCFunction)binascii_a2b_uu, METH_O, binascii_a2b_uu__doc__},
101 {"a2b_base64", (PyCFunction)binascii_a2b_base64, METH_O, binascii_a2b_base64__doc__},
190 {"a2b_hqx", (PyCFunction)binascii_a2b_hqx, METH_O, binascii_a2b_hqx__doc__},
221 {"rlecode_hqx", (PyCFunction)binascii_rlecode_hqx, METH_O, binascii_rlecode_hqx__doc__},
257 {"b2a_hqx", (PyCFunction)binascii_b2a_hqx, METH_O, binascii_b2a_hqx__doc__},
293 {"rledecode_hqx", (PyCFunction)binascii_rledecode_hqx, METH_O, binascii_rledecode_hqx__doc__},
597 {"a2b_hex", (PyCFunction)binascii_a2b_hex, METH_O, binascii_a2b_hex__doc__},
630 {"unhexlify", (PyCFunction)binascii_unhexlify, METH_O, binascii_unhexlify__doc__},
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc631 { "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 …]
/external/python/cpython3/Python/clinic/
Dbltinmodule.c.h12 {"abs", (PyCFunction)builtin_abs, METH_O, builtin_abs__doc__},
23 {"all", (PyCFunction)builtin_all, METH_O, builtin_all__doc__},
34 {"any", (PyCFunction)builtin_any, METH_O, builtin_any__doc__},
48 {"ascii", (PyCFunction)builtin_ascii, METH_O, builtin_ascii__doc__},
60 {"bin", (PyCFunction)builtin_bin, METH_O, builtin_bin__doc__},
72 {"callable", (PyCFunction)builtin_callable, METH_O, builtin_callable__doc__},
126 {"chr", (PyCFunction)builtin_chr, METH_O, builtin_chr__doc__},
465 {"id", (PyCFunction)builtin_id, METH_O, builtin_id__doc__},
544 {"hash", (PyCFunction)builtin_hash, METH_O, builtin_hash__doc__},
556 {"hex", (PyCFunction)builtin_hex, METH_O, builtin_hex__doc__},
[all …]
Dimport.c.h120 {"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__},
179 … {"get_frozen_object", (PyCFunction)_imp_get_frozen_object, METH_O, _imp_get_frozen_object__doc__},
211 … {"is_frozen_package", (PyCFunction)_imp_is_frozen_package, METH_O, _imp_is_frozen_package__doc__},
243 {"is_builtin", (PyCFunction)_imp_is_builtin, METH_O, _imp_is_builtin__doc__},
275 {"is_frozen", (PyCFunction)_imp_is_frozen, METH_O, _imp_is_frozen__doc__},
347 {"exec_dynamic", (PyCFunction)_imp_exec_dynamic, METH_O, _imp_exec_dynamic__doc__},
377 {"exec_builtin", (PyCFunction)_imp_exec_builtin, METH_O, _imp_exec_builtin__doc__},
Dsysmodule.c.h44 {"displayhook", (PyCFunction)sys_displayhook, METH_O, sys_displayhook__doc__},
115 {"unraisablehook", (PyCFunction)sys_unraisablehook, METH_O, sys_unraisablehook__doc__},
219 {"intern", (PyCFunction)sys_intern, METH_O, sys_intern__doc__},
298 {"setswitchinterval", (PyCFunction)sys_setswitchinterval, METH_O, sys_setswitchinterval__doc__},
364 {"setrecursionlimit", (PyCFunction)sys_setrecursionlimit, METH_O, sys_setrecursionlimit__doc__},
582 {"setdlopenflags", (PyCFunction)sys_setdlopenflags, METH_O, sys_setdlopenflags__doc__},
642 {"mdebug", (PyCFunction)sys_mdebug, METH_O, sys_mdebug__doc__},
681 {"getrefcount", (PyCFunction)sys_getrefcount, METH_O, sys_getrefcount__doc__},
/external/python/cpython3/Objects/clinic/
Dtypeobject.c.h12 … {"__instancecheck__", (PyCFunction)type___instancecheck__, METH_O, type___instancecheck____doc__},
40 … {"__subclasscheck__", (PyCFunction)type___subclasscheck__, METH_O, type___subclasscheck____doc__},
158 {"__reduce_ex__", (PyCFunction)object___reduce_ex__, METH_O, object___reduce_ex____doc__},
191 {"__format__", (PyCFunction)object___format__, METH_O, object___format____doc__},
Dlistobject.c.h94 {"append", (PyCFunction)list_append, METH_O, list_append__doc__},
103 {"extend", (PyCFunction)list_extend, METH_O, list_extend__doc__},
286 {"count", (PyCFunction)list_count, METH_O, list_count__doc__},
297 {"remove", (PyCFunction)list_remove, METH_O, list_remove__doc__},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h192 {"get_osfhandle", (PyCFunction)msvcrt_get_osfhandle, METH_O, msvcrt_get_osfhandle__doc__},
360 {"putch", (PyCFunction)msvcrt_putch, METH_O, msvcrt_putch__doc__},
394 {"putwch", (PyCFunction)msvcrt_putwch, METH_O, msvcrt_putwch__doc__},
434 {"ungetch", (PyCFunction)msvcrt_ungetch, METH_O, msvcrt_ungetch__doc__},
468 {"ungetwch", (PyCFunction)msvcrt_ungetwch, METH_O, msvcrt_ungetwch__doc__},
605 {"set_error_mode", (PyCFunction)msvcrt_set_error_mode, METH_O, msvcrt_set_error_mode__doc__},
645 {"SetErrorMode", (PyCFunction)msvcrt_SetErrorMode, METH_O, msvcrt_SetErrorMode__doc__},
/external/python/cpython3/Modules/_sha3/clinic/
Dsha3module.c.h112 {"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__},
/external/python/markupsafe/src/markupsafe/
D_speedups.c274 METH_O,
286 METH_O,
298 METH_O,
314 METH_O,

123456789