Searched refs:METH_NOARGS (Results 26 - 50 of 148) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A D_collectionsmodule.c1100 METH_NOARGS, clear_doc},
1102 METH_NOARGS, copy_doc},
1110 METH_NOARGS, pop_doc},
1112 METH_NOARGS, popleft_doc},
1114 METH_NOARGS, reduce_doc},
1118 METH_NOARGS, reversed_doc},
1120 METH_NOARGS, reverse_doc},
1124 METH_NOARGS, sizeof_doc},
1259 {"__length_hint__", (PyCFunction)dequeiter_len, METH_NOARGS, length_hint_doc},
1484 {"copy", (PyCFunction)defdict_copy, METH_NOARGS,
[all...]
H A Ddatetimemodule.c2146 {"total_seconds", (PyCFunction)delta_total_seconds, METH_NOARGS,
2149 {"__reduce__", (PyCFunction)delta_reduce, METH_NOARGS,
2723 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,
2729 {"ctime", (PyCFunction)date_ctime, METH_NOARGS,
2738 {"timetuple", (PyCFunction)date_timetuple, METH_NOARGS,
2741 {"isocalendar", (PyCFunction)date_isocalendar, METH_NOARGS,
2745 {"isoformat", (PyCFunction)date_isoformat, METH_NOARGS,
2748 {"isoweekday", (PyCFunction)date_isoweekday, METH_NOARGS,
2752 {"toordinal", (PyCFunction)date_toordinal, METH_NOARGS,
2756 {"weekday", (PyCFunction)date_weekday, METH_NOARGS,
[all...]
H A Dgcmodule.c1366 {"enable", gc_enable, METH_NOARGS, gc_enable__doc__},
1367 {"disable", gc_disable, METH_NOARGS, gc_disable__doc__},
1368 {"isenabled", gc_isenabled, METH_NOARGS, gc_isenabled__doc__},
1370 {"get_debug", gc_get_debug, METH_NOARGS, gc_get_debug__doc__},
1371 {"get_count", gc_get_count, METH_NOARGS, gc_get_count__doc__},
1373 {"get_threshold", gc_get_thresh, METH_NOARGS, gc_get_thresh__doc__},
1376 {"get_objects", gc_get_objects,METH_NOARGS, gc_get_objects__doc__},
H A Darraymodule.c1572 {"buffer_info", (PyCFunction)array_buffer_info, METH_NOARGS,
1574 {"byteswap", (PyCFunction)array_byteswap, METH_NOARGS,
1576 {"__copy__", (PyCFunction)array_copy, METH_NOARGS,
1602 {"__reduce__", (PyCFunction)array_reduce, METH_NOARGS,
1606 {"reverse", (PyCFunction)array_reverse, METH_NOARGS,
1612 {"tolist", (PyCFunction)array_tolist, METH_NOARGS,
1614 {"tostring", (PyCFunction)array_tostring, METH_NOARGS,
1617 {"tounicode", (PyCFunction)array_tounicode, METH_NOARGS,
1622 {"__sizeof__", (PyCFunction)array_sizeof, METH_NOARGS,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A D_collectionsmodule.c1034 METH_NOARGS, clear_doc},
1036 METH_NOARGS, copy_doc},
1044 METH_NOARGS, pop_doc},
1046 METH_NOARGS, popleft_doc},
1048 METH_NOARGS, reduce_doc},
1052 METH_NOARGS, reversed_doc},
1054 METH_NOARGS, reverse_doc},
1191 {"__length_hint__", (PyCFunction)dequeiter_len, METH_NOARGS, length_hint_doc},
1416 {"copy", (PyCFunction)defdict_copy, METH_NOARGS,
1418 {"__copy__", (PyCFunction)defdict_copy, METH_NOARGS,
[all...]
H A Ddatetimemodule.c2146 {"total_seconds", (PyCFunction)delta_total_seconds, METH_NOARGS,
2149 {"__reduce__", (PyCFunction)delta_reduce, METH_NOARGS,
2723 {"today", (PyCFunction)date_today, METH_NOARGS | METH_CLASS,
2729 {"ctime", (PyCFunction)date_ctime, METH_NOARGS,
2738 {"timetuple", (PyCFunction)date_timetuple, METH_NOARGS,
2741 {"isocalendar", (PyCFunction)date_isocalendar, METH_NOARGS,
2745 {"isoformat", (PyCFunction)date_isoformat, METH_NOARGS,
2748 {"isoweekday", (PyCFunction)date_isoweekday, METH_NOARGS,
2752 {"toordinal", (PyCFunction)date_toordinal, METH_NOARGS,
2756 {"weekday", (PyCFunction)date_weekday, METH_NOARGS,
[all...]
H A Dgcmodule.c1312 {"enable", gc_enable, METH_NOARGS, gc_enable__doc__},
1313 {"disable", gc_disable, METH_NOARGS, gc_disable__doc__},
1314 {"isenabled", gc_isenabled, METH_NOARGS, gc_isenabled__doc__},
1316 {"get_debug", gc_get_debug, METH_NOARGS, gc_get_debug__doc__},
1317 {"get_count", gc_get_count, METH_NOARGS, gc_get_count__doc__},
1319 {"get_threshold", gc_get_thresh, METH_NOARGS, gc_get_thresh__doc__},
1322 {"get_objects", gc_get_objects,METH_NOARGS, gc_get_objects__doc__},
H A D_hashopenssl.c257 {"digest", (PyCFunction)EVP_digest, METH_NOARGS, EVP_digest__doc__},
258 {"hexdigest", (PyCFunction)EVP_hexdigest, METH_NOARGS, EVP_hexdigest__doc__},
259 {"copy", (PyCFunction)EVP_copy, METH_NOARGS, EVP_copy__doc__},
H A Dpwdmodule.c178 METH_NOARGS, pwd_getpwall__doc__},
H A D_hotshot.c1172 {"close", (PyCFunction)profiler_close, METH_NOARGS, close__doc__},
1173 {"fileno", (PyCFunction)profiler_fileno, METH_NOARGS, fileno__doc__},
1176 {"start", (PyCFunction)profiler_start, METH_NOARGS, start__doc__},
1177 {"stop", (PyCFunction)profiler_stop, METH_NOARGS, stop__doc__},
1261 {"close", (PyCFunction)logreader_close, METH_NOARGS,
1263 {"fileno", (PyCFunction)logreader_fileno, METH_NOARGS,
1602 {"resolution", hotshot_resolution, METH_NOARGS, resolution__doc__},
H A D_ssl.c1453 {"do_handshake", (PyCFunction)PySSL_SSLdo_handshake, METH_NOARGS},
1458 {"pending", (PyCFunction)PySSL_SSLpending, METH_NOARGS,
1460 {"server", (PyCFunction)PySSL_server, METH_NOARGS},
1461 {"issuer", (PyCFunction)PySSL_issuer, METH_NOARGS},
1464 {"cipher", (PyCFunction)PySSL_cipher, METH_NOARGS},
1465 {"shutdown", (PyCFunction)PySSL_SSLshutdown, METH_NOARGS,
1569 {"RAND_status", (PyCFunction)PySSL_RAND_status, METH_NOARGS,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
H A Drangeobject.c180 {"__reversed__", (PyCFunction)range_reverse, METH_NOARGS, reverse_doc},
254 {"__length_hint__", (PyCFunction)rangeiter_len, METH_NOARGS, length_hint_doc},
H A Ddescrobject.c803 {"keys", (PyCFunction)proxy_keys, METH_NOARGS,
805 {"values", (PyCFunction)proxy_values, METH_NOARGS,
807 {"items", (PyCFunction)proxy_items, METH_NOARGS,
809 {"iterkeys", (PyCFunction)proxy_iterkeys, METH_NOARGS,
811 {"itervalues",(PyCFunction)proxy_itervalues, METH_NOARGS,
813 {"iteritems", (PyCFunction)proxy_iteritems, METH_NOARGS,
816 {"copy", (PyCFunction)proxy_copy, METH_NOARGS,
H A Diterobject.c92 {"__length_hint__", (PyCFunction)iter_len, METH_NOARGS, length_hint_doc},
H A Ddictobject.c2237 {"__sizeof__", (PyCFunction)dict_sizeof, METH_NOARGS,
2247 {"popitem", (PyCFunction)dict_popitem, METH_NOARGS,
2249 {"keys", (PyCFunction)dict_keys, METH_NOARGS,
2251 {"items", (PyCFunction)dict_items, METH_NOARGS,
2253 {"values", (PyCFunction)dict_values, METH_NOARGS,
2255 {"viewkeys", (PyCFunction)dictkeys_new, METH_NOARGS,
2257 {"viewitems", (PyCFunction)dictitems_new, METH_NOARGS,
2259 {"viewvalues", (PyCFunction)dictvalues_new, METH_NOARGS,
2265 {"clear", (PyCFunction)dict_clear, METH_NOARGS,
2267 {"copy", (PyCFunction)dict_copy, METH_NOARGS,
[all...]
H A Dfloatobject.c2020 {"conjugate", (PyCFunction)float_float, METH_NOARGS,
2022 {"__trunc__", (PyCFunction)float_trunc, METH_NOARGS,
2024 {"as_integer_ratio", (PyCFunction)float_as_integer_ratio, METH_NOARGS,
2029 METH_NOARGS, float_hex_doc},
2030 {"is_integer", (PyCFunction)float_is_integer, METH_NOARGS,
2033 {"is_inf", (PyCFunction)float_is_inf, METH_NOARGS,
2035 {"is_finite", (PyCFunction)float_is_finite, METH_NOARGS,
2037 {"is_nan", (PyCFunction)float_is_nan, METH_NOARGS,
2040 {"__getnewargs__", (PyCFunction)float_getnewargs, METH_NOARGS},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
H A Drangeobject.c155 {"__reversed__", (PyCFunction)range_reverse, METH_NOARGS, reverse_doc},
229 {"__length_hint__", (PyCFunction)rangeiter_len, METH_NOARGS, length_hint_doc},
H A Ddescrobject.c766 {"keys", (PyCFunction)proxy_keys, METH_NOARGS,
768 {"values", (PyCFunction)proxy_values, METH_NOARGS,
770 {"items", (PyCFunction)proxy_items, METH_NOARGS,
772 {"iterkeys", (PyCFunction)proxy_iterkeys, METH_NOARGS,
774 {"itervalues",(PyCFunction)proxy_itervalues, METH_NOARGS,
776 {"iteritems", (PyCFunction)proxy_iteritems, METH_NOARGS,
779 {"copy", (PyCFunction)proxy_copy, METH_NOARGS,
H A Diterobject.c92 {"__length_hint__", (PyCFunction)iter_len, METH_NOARGS, length_hint_doc},
H A Ddictobject.c2203 {"__sizeof__", (PyCFunction)dict_sizeof, METH_NOARGS,
2213 {"popitem", (PyCFunction)dict_popitem, METH_NOARGS,
2215 {"keys", (PyCFunction)dict_keys, METH_NOARGS,
2217 {"items", (PyCFunction)dict_items, METH_NOARGS,
2219 {"values", (PyCFunction)dict_values, METH_NOARGS,
2221 {"viewkeys", (PyCFunction)dictkeys_new, METH_NOARGS,
2223 {"viewitems", (PyCFunction)dictitems_new, METH_NOARGS,
2225 {"viewvalues", (PyCFunction)dictvalues_new, METH_NOARGS,
2231 {"clear", (PyCFunction)dict_clear, METH_NOARGS,
2233 {"copy", (PyCFunction)dict_copy, METH_NOARGS,
[all...]
H A Dfloatobject.c2005 {"conjugate", (PyCFunction)float_float, METH_NOARGS,
2007 {"__trunc__", (PyCFunction)float_trunc, METH_NOARGS,
2009 {"as_integer_ratio", (PyCFunction)float_as_integer_ratio, METH_NOARGS,
2014 METH_NOARGS, float_hex_doc},
2015 {"is_integer", (PyCFunction)float_is_integer, METH_NOARGS,
2018 {"is_inf", (PyCFunction)float_is_inf, METH_NOARGS,
2020 {"is_finite", (PyCFunction)float_is_finite, METH_NOARGS,
2022 {"is_nan", (PyCFunction)float_is_nan, METH_NOARGS,
2025 {"__getnewargs__", (PyCFunction)float_getnewargs, METH_NOARGS},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/framer/framer/
H A Dfunction.py7 METH_NOARGS = "METH_NOARGS" variable
64 self.ml_meth = METH_NOARGS
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/_io/
H A Dfileio.c1032 {"readall", (PyCFunction)fileio_readall, METH_NOARGS, readall_doc},
1040 {"close", (PyCFunction)fileio_close, METH_NOARGS, close_doc},
1041 {"seekable", (PyCFunction)fileio_seekable, METH_NOARGS, seekable_doc},
1042 {"readable", (PyCFunction)fileio_readable, METH_NOARGS, readable_doc},
1043 {"writable", (PyCFunction)fileio_writable, METH_NOARGS, writable_doc},
1044 {"fileno", (PyCFunction)fileio_fileno, METH_NOARGS, fileno_doc},
1045 {"isatty", (PyCFunction)fileio_isatty, METH_NOARGS, isatty_doc},
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_sqlite/
H A Drow.c203 {"keys", (PyCFunction)pysqlite_row_keys, METH_NOARGS,
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
H A Dedk2module.c6835 {"ctermid", posix_ctermid, METH_NOARGS, posix_ctermid__doc__},
6838 {"getcwd", posix_getcwd, METH_NOARGS, posix_getcwd__doc__},
6840 {"getcwdu", posix_getcwdu, METH_NOARGS, posix_getcwdu__doc__},
6867 {"uname", posix_uname, METH_NOARGS, posix_uname__doc__},
6873 {"times", posix_times, METH_NOARGS, posix_times__doc__},
6889 {"fork1", posix_fork1, METH_NOARGS, posix_fork1__doc__},
6892 {"fork", posix_fork, METH_NOARGS, posix_fork__doc__},
6895 {"openpty", posix_openpty, METH_NOARGS, posix_openpty__doc__},
6898 {"forkpty", posix_forkpty, METH_NOARGS, posix_forkpty__doc__},
6901 {"getegid", posix_getegid, METH_NOARGS, posix_getegid__doc_
[all...]

Completed in 402 milliseconds

123456