Home
last modified time | relevance | path

Searched defs:kwds (Results 1 – 25 of 127) sorted by relevance

123456

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_decorators.py4 def funcattrs(**kwds):
21 def __init__(self, exprstr, func, args, kwds): argument
31 def check(*args, **kwds):
45 def call(*args, **kwds):
97 def noteargs(*args, **kwds):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dcollections.py37 def __init__(self, *args, **kwds):
406 def __init__(self, iterable=None, **kwds):
469 def update(self, iterable=None, **kwds):
504 def subtract(self, iterable=None, **kwds):
657 def _replace(self, _map=map, **kwds):
Dcontextlib.py83 def helper(*args, **kwds):
Dcsv.py75 dialect="excel", *args, **kwds):
125 dialect="excel", *args, **kwds):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dcollections.py38 def __init__(*args, **kwds):
446 def __init__(*args, **kwds):
516 def update(*args, **kwds):
559 def subtract(*args, **kwds):
720 def _replace(self, _map=map, **kwds):
Dcsv.py75 dialect="excel", *args, **kwds):
129 dialect="excel", *args, **kwds):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dexceptions.c30 BaseException_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in BaseException_new()
56 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init()
515 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
596 PyObject *kwds) in EnvironmentError_init()
861 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init()
1058 SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds) in SyntaxError_init()
1561 UnicodeError_init(PyUnicodeErrorObject *self, PyObject *args, PyObject *kwds, in UnicodeError_init()
1631 UnicodeEncodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeEncodeError_init()
1716 UnicodeDecodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeDecodeError_init()
1798 PyObject *kwds) in UnicodeTranslateError_init()
Denumobject.c14 enum_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in enum_new()
223 reversed_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in reversed_new()
Dboolobject.c53 bool_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bool_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dexceptions.c30 BaseException_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in BaseException_new()
56 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init()
515 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init()
596 PyObject *kwds) in EnvironmentError_init()
862 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init()
1059 SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds) in SyntaxError_init()
1565 UnicodeError_init(PyUnicodeErrorObject *self, PyObject *args, PyObject *kwds, in UnicodeError_init()
1635 UnicodeEncodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeEncodeError_init()
1724 UnicodeDecodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeDecodeError_init()
1810 PyObject *kwds) in UnicodeTranslateError_init()
Denumobject.c14 enum_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in enum_new()
223 reversed_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in reversed_new()
Dboolobject.c53 bool_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in bool_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Ditertoolsmodule.c27 groupby_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in groupby_new()
683 cycle_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in cycle_new()
835 dropwhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dropwhile_new()
977 takewhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in takewhile_new()
1118 islice_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in islice_new()
1309 starmap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in starmap_new()
1440 imap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in imap_new()
1635 chain_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in chain_new()
1789 product_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in product_new()
2041 combinations_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in combinations_new()
[all …]
Dxxsubtype.c83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init()
180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init()
Dselectmodule.c773 pyepoll_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in pyepoll_new()
898 pyepoll_register(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_register()
923 pyepoll_modify(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_modify()
944 pyepoll_unregister(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_unregister()
963 pyepoll_poll(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_poll()
1244 kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds) in kqueue_event_init()
1412 kqueue_queue_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in kqueue_queue_new()
Doperator.c336 itemgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in itemgetter_new()
473 attrgetter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in attrgetter_new()
650 PyObject *kwds; member
656 methodcaller_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in methodcaller_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
Dxxsubtype.c83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init()
180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init()
Ditertoolsmodule.c27 groupby_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in groupby_new()
702 cycle_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in cycle_new()
854 dropwhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in dropwhile_new()
998 takewhile_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in takewhile_new()
1140 islice_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in islice_new()
1340 starmap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in starmap_new()
1471 imap_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in imap_new()
1666 chain_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in chain_new()
1820 product_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in product_new()
2080 combinations_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in combinations_new()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/cjkcodecs/
Dmultibytecodec.c912 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new()
953 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init()
1121 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new()
1162 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init()
1437 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new()
1480 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init()
1639 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamwriter_new()
1682 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamwriter_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/cjkcodecs/
Dmultibytecodec.c915 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new()
956 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init()
1124 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new()
1165 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init()
1440 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new()
1483 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init()
1642 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamwriter_new()
1685 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamwriter_init()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
Dselectmodule.c773 pyepoll_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in pyepoll_new()
898 pyepoll_register(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_register()
923 pyepoll_modify(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_modify()
944 pyepoll_unregister(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_unregister()
963 pyepoll_poll(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_poll()
1244 kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds) in kqueue_event_init()
1412 kqueue_queue_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in kqueue_queue_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dselectmodule.c807 pyepoll_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in pyepoll_new()
932 pyepoll_register(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_register()
957 pyepoll_modify(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_modify()
978 pyepoll_unregister(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_unregister()
997 pyepoll_poll(pyEpoll_Object *self, PyObject *args, PyObject *kwds) in pyepoll_poll()
1295 kqueue_event_init(kqueue_event_Object *self, PyObject *args, PyObject *kwds) in kqueue_event_init()
1467 kqueue_queue_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in kqueue_queue_new()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dbltinmodule.c36 builtin___import__(PyObject *self, PyObject *args, PyObject *kwds) in builtin___import__()
461 builtin_compile(PyObject *self, PyObject *args, PyObject *kwds) in builtin_compile()
1338 min_max(PyObject *args, PyObject *kwds, int op) in min_max()
1427 builtin_min(PyObject *self, PyObject *args, PyObject *kwds) in builtin_min()
1441 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) in builtin_max()
1484 builtin_open(PyObject *self, PyObject *args, PyObject *kwds) in builtin_open()
1561 builtin_print(PyObject *self, PyObject *args, PyObject *kwds) in builtin_print()
2153 builtin_round(PyObject *self, PyObject *args, PyObject *kwds) in builtin_round()
2205 builtin_sorted(PyObject *self, PyObject *args, PyObject *kwds) in builtin_sorted()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dbltinmodule.c36 builtin___import__(PyObject *self, PyObject *args, PyObject *kwds) in builtin___import__()
467 builtin_compile(PyObject *self, PyObject *args, PyObject *kwds) in builtin_compile()
1346 min_max(PyObject *args, PyObject *kwds, int op) in min_max()
1435 builtin_min(PyObject *self, PyObject *args, PyObject *kwds) in builtin_min()
1449 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) in builtin_max()
1492 builtin_open(PyObject *self, PyObject *args, PyObject *kwds) in builtin_open()
1569 builtin_print(PyObject *self, PyObject *args, PyObject *kwds) in builtin_print()
2164 builtin_round(PyObject *self, PyObject *args, PyObject *kwds) in builtin_round()
2216 builtin_sorted(PyObject *self, PyObject *args, PyObject *kwds) in builtin_sorted()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/_io/
D_iomodule.c98 PyObject *kwds) in blockingioerror_init()
288 io_open(PyObject *self, PyObject *args, PyObject *kwds) in io_open()

123456