Home
last modified time | relevance | path

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

12345678

/external/python/cpython3/Modules/clinic/
Dmathmodule.c.h44 {"ceil", (PyCFunction)math_ceil, METH_O, math_ceil__doc__},
55 {"floor", (PyCFunction)math_floor, METH_O, math_floor__doc__},
66 {"fsum", (PyCFunction)math_fsum, METH_O, math_fsum__doc__},
77 {"factorial", (PyCFunction)math_factorial, METH_O, math_factorial__doc__},
88 {"trunc", (PyCFunction)math_trunc, METH_O, math_trunc__doc__},
100 {"frexp", (PyCFunction)math_frexp, METH_O, math_frexp__doc__},
160 {"modf", (PyCFunction)math_modf, METH_O, math_modf__doc__},
230 {"log2", (PyCFunction)math_log2, METH_O, math_log2__doc__},
239 {"log10", (PyCFunction)math_log10, METH_O, math_log10__doc__},
337 {"degrees", (PyCFunction)math_degrees, METH_O, math_degrees__doc__},
[all …]
D_tkinter.c.h11 {"eval", (PyCFunction)_tkinter_tkapp_eval, METH_O, _tkinter_tkapp_eval__doc__},
37 {"evalfile", (PyCFunction)_tkinter_tkapp_evalfile, METH_O, _tkinter_tkapp_evalfile__doc__},
63 {"record", (PyCFunction)_tkinter_tkapp_record, METH_O, _tkinter_tkapp_record__doc__},
89 …{"adderrorinfo", (PyCFunction)_tkinter_tkapp_adderrorinfo, METH_O, _tkinter_tkapp_adderrorinfo__do…
115 {"getint", (PyCFunction)_tkinter_tkapp_getint, METH_O, _tkinter_tkapp_getint__doc__},
123 {"getdouble", (PyCFunction)_tkinter_tkapp_getdouble, METH_O, _tkinter_tkapp_getdouble__doc__},
131 … {"getboolean", (PyCFunction)_tkinter_tkapp_getboolean, METH_O, _tkinter_tkapp_getboolean__doc__},
139 … {"exprstring", (PyCFunction)_tkinter_tkapp_exprstring, METH_O, _tkinter_tkapp_exprstring__doc__},
165 {"exprlong", (PyCFunction)_tkinter_tkapp_exprlong, METH_O, _tkinter_tkapp_exprlong__doc__},
191 … {"exprdouble", (PyCFunction)_tkinter_tkapp_exprdouble, METH_O, _tkinter_tkapp_exprdouble__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__},
96 {"extend", (PyCFunction)array_array_extend, METH_O, array_array_extend__doc__},
155 {"append", (PyCFunction)array_array_append, METH_O, array_array_append__doc__},
232 {"tofile", (PyCFunction)array_array_tofile, METH_O, array_array_tofile__doc__},
241 {"fromlist", (PyCFunction)array_array_fromlist, METH_O, array_array_fromlist__doc__},
270 {"fromstring", (PyCFunction)array_array_fromstring, METH_O, array_array_fromstring__doc__},
302 {"frombytes", (PyCFunction)array_array_frombytes, METH_O, array_array_frombytes__doc__},
[all …]
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 …]
Dzipimport.c.h130 …{"load_module", (PyCFunction)zipimport_zipimporter_load_module, METH_O, zipimport_zipimporter_load…
157 …{"get_filename", (PyCFunction)zipimport_zipimporter_get_filename, METH_O, zipimport_zipimporter_ge…
187 …{"is_package", (PyCFunction)zipimport_zipimporter_is_package, METH_O, zipimport_zipimporter_is_pac…
216 …{"get_data", (PyCFunction)zipimport_zipimporter_get_data, METH_O, zipimport_zipimporter_get_data__…
245 …{"get_code", (PyCFunction)zipimport_zipimporter_get_code, METH_O, zipimport_zipimporter_get_code__…
275 …{"get_source", (PyCFunction)zipimport_zipimporter_get_source, METH_O, zipimport_zipimporter_get_so…
305 …{"get_resource_reader", (PyCFunction)zipimport_zipimporter_get_resource_reader, METH_O, zipimport_…
Dbinascii.c.h12 {"a2b_uu", (PyCFunction)binascii_a2b_uu, METH_O, binascii_a2b_uu__doc__},
79 {"a2b_base64", (PyCFunction)binascii_a2b_base64, METH_O, binascii_a2b_base64__doc__},
146 {"a2b_hqx", (PyCFunction)binascii_a2b_hqx, METH_O, binascii_a2b_hqx__doc__},
177 {"rlecode_hqx", (PyCFunction)binascii_rlecode_hqx, METH_O, binascii_rlecode_hqx__doc__},
209 {"b2a_hqx", (PyCFunction)binascii_b2a_hqx, METH_O, binascii_b2a_hqx__doc__},
241 {"rledecode_hqx", (PyCFunction)binascii_rledecode_hqx, METH_O, binascii_rledecode_hqx__doc__},
354 {"b2a_hex", (PyCFunction)binascii_b2a_hex, METH_O, binascii_b2a_hex__doc__},
388 {"hexlify", (PyCFunction)binascii_hexlify, METH_O, binascii_hexlify__doc__},
423 {"a2b_hex", (PyCFunction)binascii_a2b_hex, METH_O, binascii_a2b_hex__doc__},
456 {"unhexlify", (PyCFunction)binascii_unhexlify, METH_O, binascii_unhexlify__doc__},
Dunicodedata.c.h113 {"category", (PyCFunction)unicodedata_UCD_category, METH_O, unicodedata_UCD_category__doc__},
142 …{"bidirectional", (PyCFunction)unicodedata_UCD_bidirectional, METH_O, unicodedata_UCD_bidirectiona…
171 {"combining", (PyCFunction)unicodedata_UCD_combining, METH_O, unicodedata_UCD_combining__doc__},
206 {"mirrored", (PyCFunction)unicodedata_UCD_mirrored, METH_O, unicodedata_UCD_mirrored__doc__},
238 …{"east_asian_width", (PyCFunction)unicodedata_UCD_east_asian_width, METH_O, unicodedata_UCD_east_a…
267 …{"decomposition", (PyCFunction)unicodedata_UCD_decomposition, METH_O, unicodedata_UCD_decompositio…
361 {"lookup", (PyCFunction)unicodedata_UCD_lookup, METH_O, unicodedata_UCD_lookup__doc__},
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_ssl.c.h28 … {"_test_decode_cert", (PyCFunction)_ssl__test_decode_cert, METH_O, _ssl__test_decode_cert__doc__},
203 {"write", (PyCFunction)_ssl__SSLSocket_write, METH_O, _ssl__SSLSocket_write__doc__},
392 …{"set_ciphers", (PyCFunction)_ssl__SSLContext_set_ciphers, METH_O, _ssl__SSLContext_set_ciphers__d…
439 …{"_set_npn_protocols", (PyCFunction)_ssl__SSLContext__set_npn_protocols, METH_O, _ssl__SSLContext_…
471 …{"_set_alpn_protocols", (PyCFunction)_ssl__SSLContext__set_alpn_protocols, METH_O, _ssl__SSLContex…
569 …{"load_dh_params", (PyCFunction)_ssl__SSLContext_load_dh_params, METH_O, _ssl__SSLContext_load_dh_…
687 …{"set_ecdh_curve", (PyCFunction)_ssl__SSLContext_set_ecdh_curve, METH_O, _ssl__SSLContext_set_ecdh…
815 {"write", (PyCFunction)_ssl_MemoryBIO_write, METH_O, _ssl_MemoryBIO_write__doc__},
904 {"RAND_bytes", (PyCFunction)_ssl_RAND_bytes, METH_O, _ssl_RAND_bytes__doc__},
934 … {"RAND_pseudo_bytes", (PyCFunction)_ssl_RAND_pseudo_bytes, METH_O, _ssl_RAND_pseudo_bytes__doc__},
[all …]
Dsignalmodule.c.h14 {"alarm", (PyCFunction)signal_alarm, METH_O, signal_alarm__doc__},
112 {"getsignal", (PyCFunction)signal_getsignal, METH_O, signal_getsignal__doc__},
217 {"getitimer", (PyCFunction)signal_getitimer, METH_O, signal_getitimer__doc__},
310 {"sigwait", (PyCFunction)signal_sigwait, METH_O, signal_sigwait__doc__},
325 {"sigwaitinfo", (PyCFunction)signal_sigwaitinfo, METH_O, signal_sigwaitinfo__doc__},
D_elementtree.c.h11 … {"append", (PyCFunction)_elementtree_Element_append, METH_O, _elementtree_Element_append__doc__},
71 …{"__deepcopy__", (PyCFunction)_elementtree_Element___deepcopy__, METH_O, _elementtree_Element___de…
141 …{"__setstate__", (PyCFunction)_elementtree_Element___setstate__, METH_O, _elementtree_Element___se…
149 … {"extend", (PyCFunction)_elementtree_Element_extend, METH_O, _elementtree_Element_extend__doc__},
499 … {"remove", (PyCFunction)_elementtree_Element_remove, METH_O, _elementtree_Element_remove__doc__},
577 …{"data", (PyCFunction)_elementtree_TreeBuilder_data, METH_O, _elementtree_TreeBuilder_data__doc__},
585 {"end", (PyCFunction)_elementtree_TreeBuilder_end, METH_O, _elementtree_TreeBuilder_end__doc__},
681 {"feed", (PyCFunction)_elementtree_XMLParser_feed, METH_O, _elementtree_XMLParser_feed__doc__},
689 …{"_parse_whole", (PyCFunction)_elementtree_XMLParser__parse_whole, METH_O, _elementtree_XMLParser_…
Dpyexpat.c.h44 …{"ParseFile", (PyCFunction)pyexpat_xmlparser_ParseFile, METH_O, pyexpat_xmlparser_ParseFile__doc__…
53 {"SetBase", (PyCFunction)pyexpat_xmlparser_SetBase, METH_O, pyexpat_xmlparser_SetBase__doc__},
155 …{"SetParamEntityParsing", (PyCFunction)pyexpat_xmlparser_SetParamEntityParsing, METH_O, pyexpat_xm…
269 {"ErrorString", (PyCFunction)pyexpat_ErrorString, METH_O, pyexpat_ErrorString__doc__},
Dpwdmodule.c.h14 {"getpwuid", (PyCFunction)pwd_getpwuid, METH_O, pwd_getpwuid__doc__},
25 {"getpwnam", (PyCFunction)pwd_getpwnam, METH_O, pwd_getpwnam__doc__},
/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/
D_stat.c412 {"S_ISDIR", stat_S_ISDIR, METH_O, stat_S_ISDIR_doc},
413 {"S_ISCHR", stat_S_ISCHR, METH_O, stat_S_ISCHR_doc},
414 {"S_ISBLK", stat_S_ISBLK, METH_O, stat_S_ISBLK_doc},
415 {"S_ISREG", stat_S_ISREG, METH_O, stat_S_ISREG_doc},
416 {"S_ISFIFO", stat_S_ISFIFO, METH_O, stat_S_ISFIFO_doc},
417 {"S_ISLNK", stat_S_ISLNK, METH_O, stat_S_ISLNK_doc},
418 {"S_ISSOCK", stat_S_ISSOCK, METH_O, stat_S_ISSOCK_doc},
419 {"S_ISDOOR", stat_S_ISDOOR, METH_O, stat_S_ISDOOR_doc},
420 {"S_ISPORT", stat_S_ISPORT, METH_O, stat_S_ISPORT_doc},
421 {"S_ISWHT", stat_S_ISWHT, METH_O, stat_S_ISWHT_doc},
[all …]
Dmathmodule.c2324 {"acos", math_acos, METH_O, math_acos_doc},
2325 {"acosh", math_acosh, METH_O, math_acosh_doc},
2326 {"asin", math_asin, METH_O, math_asin_doc},
2327 {"asinh", math_asinh, METH_O, math_asinh_doc},
2328 {"atan", math_atan, METH_O, math_atan_doc},
2330 {"atanh", math_atanh, METH_O, math_atanh_doc},
2333 {"cos", math_cos, METH_O, math_cos_doc},
2334 {"cosh", math_cosh, METH_O, math_cosh_doc},
2336 {"erf", math_erf, METH_O, math_erf_doc},
2337 {"erfc", math_erfc, METH_O, math_erfc_doc},
[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__},
114 {"chr", (PyCFunction)builtin_chr, METH_O, builtin_chr__doc__},
352 {"id", (PyCFunction)builtin_id, METH_O, builtin_id__doc__},
430 {"hash", (PyCFunction)builtin_hash, METH_O, builtin_hash__doc__},
442 {"hex", (PyCFunction)builtin_hex, METH_O, builtin_hex__doc__},
[all …]
Dimport.c.h108 {"create_builtin", (PyCFunction)_imp_create_builtin, METH_O, _imp_create_builtin__doc__},
135 {"init_frozen", (PyCFunction)_imp_init_frozen, METH_O, _imp_init_frozen__doc__},
162 … {"get_frozen_object", (PyCFunction)_imp_get_frozen_object, METH_O, _imp_get_frozen_object__doc__},
189 … {"is_frozen_package", (PyCFunction)_imp_is_frozen_package, METH_O, _imp_is_frozen_package__doc__},
216 {"is_builtin", (PyCFunction)_imp_is_builtin, METH_O, _imp_is_builtin__doc__},
243 {"is_frozen", (PyCFunction)_imp_is_frozen, METH_O, _imp_is_frozen__doc__},
306 {"exec_dynamic", (PyCFunction)_imp_exec_dynamic, METH_O, _imp_exec_dynamic__doc__},
336 {"exec_builtin", (PyCFunction)_imp_exec_builtin, METH_O, _imp_exec_builtin__doc__},
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_pool.cc468 { "Add", (PyCFunction)Add, METH_O,
470 { "AddSerializedFile", (PyCFunction)AddSerializedFile, METH_O,
475 { "AddFileDescriptor", (PyCFunction)AddFileDescriptor, METH_O,
477 { "AddDescriptor", (PyCFunction)AddDescriptor, METH_O,
479 { "AddEnumDescriptor", (PyCFunction)AddEnumDescriptor, METH_O,
482 { "FindFileByName", (PyCFunction)FindFileByName, METH_O,
484 { "FindMessageTypeByName", (PyCFunction)FindMessageByName, METH_O,
486 { "FindFieldByName", (PyCFunction)FindFieldByName, METH_O,
488 { "FindExtensionByName", (PyCFunction)FindExtensionByName, METH_O,
490 { "FindEnumTypeByName", (PyCFunction)FindEnumTypeByName, METH_O,
[all …]
/external/python/cpython3/Modules/_sha3/clinic/
Dsha3module.c.h66 {"update", (PyCFunction)_sha3_sha3_224_update, METH_O, _sha3_sha3_224_update__doc__},
75 {"digest", (PyCFunction)_sha3_shake_128_digest, METH_O, _sha3_shake_128_digest__doc__},
84 {"hexdigest", (PyCFunction)_sha3_shake_128_hexdigest, METH_O, _sha3_shake_128_hexdigest__doc__},
/external/python/cpython3/PC/clinic/
Dmsvcrtmodule.c.h149 {"get_osfhandle", (PyCFunction)msvcrt_get_osfhandle, METH_O, msvcrt_get_osfhandle__doc__},
311 {"putch", (PyCFunction)msvcrt_putch, METH_O, msvcrt_putch__doc__},
338 {"putwch", (PyCFunction)msvcrt_putwch, METH_O, msvcrt_putwch__doc__},
369 {"ungetch", (PyCFunction)msvcrt_ungetch, METH_O, msvcrt_ungetch__doc__},
396 {"ungetwch", (PyCFunction)msvcrt_ungetwch, METH_O, msvcrt_ungetwch__doc__},
507 {"set_error_mode", (PyCFunction)msvcrt_set_error_mode, METH_O, msvcrt_set_error_mode__doc__},
541 {"SetErrorMode", (PyCFunction)msvcrt_SetErrorMode, METH_O, msvcrt_SetErrorMode__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__},
185 {"__format__", (PyCFunction)object___format__, METH_O, object___format____doc__},
Dbytearrayobject.c.h223 {"partition", (PyCFunction)bytearray_partition, METH_O, bytearray_partition__doc__},
240 {"rpartition", (PyCFunction)bytearray_rpartition, METH_O, bytearray_rpartition__doc__},
346 {"append", (PyCFunction)bytearray_append, METH_O, bytearray_append__doc__},
376 {"extend", (PyCFunction)bytearray_extend, METH_O, bytearray_extend__doc__},
422 {"remove", (PyCFunction)bytearray_remove, METH_O, bytearray_remove__doc__},
587 {"join", (PyCFunction)bytearray_join, METH_O, bytearray_join__doc__},
632 {"fromhex", (PyCFunction)bytearray_fromhex, METH_O|METH_CLASS, bytearray_fromhex__doc__},
Dlistobject.c.h77 {"append", (PyCFunction)list_append, METH_O, list_append__doc__},
86 {"extend", (PyCFunction)list_extend, METH_O, list_extend__doc__},
207 {"count", (PyCFunction)list_count, METH_O, list_count__doc__},
218 {"remove", (PyCFunction)list_remove, METH_O, list_remove__doc__},

12345678