/external/python/cpython3/Objects/ |
D | namespaceobject.c | 22 namespace_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in namespace_new() 41 namespace_init(_PyNamespaceObject *ns, PyObject *args, PyObject *kwds) in namespace_init() 248 _PyNamespace_New(PyObject *kwds) in _PyNamespace_New()
|
/external/python/cpython2/Lib/curses/ |
D | wrapper.py | 12 def wrapper(func, *args, **kwds):
|
/external/python/cpython3/Doc/includes/ |
D | noddy2.c | 20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new() 45 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
|
D | noddy4.c | 54 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new() 79 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
|
D | noddy3.c | 20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new() 45 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
|
D | shoddy.c | 24 Shoddy_init(Shoddy *self, PyObject *args, PyObject *kwds) in Shoddy_init()
|
/external/python/cpython2/Lib/test/ |
D | test_decorators.py | 4 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):
|
/external/python/cpython3/Lib/test/ |
D | test_decorators.py | 3 def funcattrs(**kwds): 20 def __init__(self, exprstr, func, args, kwds): argument 30 def check(*args, **kwds): 44 def call(*args, **kwds): 96 def noteargs(*args, **kwds):
|
D | test_grammar.py | 348 def __prepare__(metacls, name, bases, **kwds): 626 def f(**kwds,): pass 628 def f(a, **kwds,): pass 631 def f(*args, **kwds,): pass 634 def f(a, *args, **kwds,): pass 635 def f(*args, b, **kwds,): pass 636 def f(*, b, **kwds,): pass 637 def f(a, *args, b, **kwds,): pass 638 def f(a, *, b, **kwds,): pass 661 l12 = lambda **kwds,: 0 [all …]
|
D | test_pickletools.py | 13 def loads(self, buf, **kwds):
|
/external/python/cpython3/Lib/ |
D | typing.py | 134 def __init__(self, *args, **kwds): 160 def __init__(self, *args, **kwds): 163 def __new__(cls, *args, **kwds): 188 def __call__(self, *args, **kwds): 201 def __new__(cls, *args, _root=False, **kwds): 647 def inner(*args, **kwds): 1176 def _generic_new(base_cls, cls, *args, **kwds): 1215 def __new__(cls, *args, **kwds): 1279 def __new__(cls, *args, **kwds): 1356 def __new__(cls, *args, **kwds): [all …]
|
D | contextlib.py | 51 def inner(*args, **kwds): 60 def __init__(self, func, args, kwds): argument 158 def helper(*args, **kwds): 308 def callback(self, callback, *args, **kwds):
|
/external/python/cpython2/Doc/includes/ |
D | noddy2.c | 20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new() 47 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
|
D | noddy4.c | 54 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new() 81 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
|
D | noddy3.c | 20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new() 47 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
|
D | shoddy.c | 24 Shoddy_init(Shoddy *self, PyObject *args, PyObject *kwds) in Shoddy_init()
|
/external/python/cpython3/Lib/curses/ |
D | __init__.py | 63 def wrapper(func, *args, **kwds):
|
/external/python/cpython2/Lib/ |
D | collections.py | 50 def __init__(*args, **kwds): 458 def __init__(*args, **kwds): 528 def update(*args, **kwds): 571 def subtract(*args, **kwds): 732 def _replace(self, _map=map, **kwds):
|
/external/python/cpython3/Lib/email/ |
D | headerregistry.py | 268 def parse(cls, value, kwds): argument 295 def parse(cls, value, kwds): argument 333 def parse(cls, value, kwds): argument 404 def parse(cls, value, kwds): argument 442 def parse(cls, value, kwds): argument 506 def parse(cls, value, kwds): argument
|
/external/tensorflow/tensorflow/python/eager/ |
D | backprop.py | 439 def grad_fn(*args, **kwds): 534 def decorated(*args, **kwds): 630 def decorated(*args, **kwds): 674 def decorated(*args, **kwds):
|
/external/python/cpython2/Lib/multiprocessing/ |
D | __init__.py | 248 def Value(typecode_or_type, *args, **kwds): 255 def Array(typecode_or_type, size_or_initializer, **kwds):
|
/external/python/cpython2/Objects/ |
D | exceptions.c | 30 BaseException_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in BaseException_new() 56 BaseException_init(PyBaseExceptionObject *self, PyObject *args, PyObject *kwds) in BaseException_init() 511 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init() 594 PyObject *kwds) in EnvironmentError_init() 856 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init() 1052 SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds) in SyntaxError_init() 1552 UnicodeError_init(PyUnicodeErrorObject *self, PyObject *args, PyObject *kwds, in UnicodeError_init() 1622 UnicodeEncodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeEncodeError_init() 1711 UnicodeDecodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeDecodeError_init() 1797 PyObject *kwds) in UnicodeTranslateError_init()
|
/external/python/cpython3/Python/ |
D | bltinmodule.c | 55 builtin___build_class__(PyObject *self, PyObject *args, PyObject *kwds) in builtin___build_class__() 221 builtin___import__(PyObject *self, PyObject *args, PyObject *kwds) in builtin___import__() 436 filter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in filter_new() 1125 map_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in map_new() 1512 min_max(PyObject *args, PyObject *kwds, int op) in min_max() 1614 builtin_min(PyObject *self, PyObject *args, PyObject *kwds) in builtin_min() 1631 builtin_max(PyObject *self, PyObject *args, PyObject *kwds) in builtin_max() 1745 builtin_print(PyObject *self, PyObject *args, PyObject *kwds) in builtin_print() 2052 builtin_round(PyObject *self, PyObject *args, PyObject *kwds) in builtin_round() 2122 builtin_sorted(PyObject *self, PyObject *args, PyObject *kwds) in builtin_sorted() [all …]
|
/external/python/cpython3/Lib/asyncio/ |
D | streams.py | 52 loop=None, limit=_DEFAULT_LIMIT, **kwds): 82 loop=None, limit=_DEFAULT_LIMIT, **kwds): 121 loop=None, limit=_DEFAULT_LIMIT, **kwds): 134 loop=None, limit=_DEFAULT_LIMIT, **kwds):
|
/external/python/cpython2/Modules/ |
D | xxsubtype.c | 83 spamlist_init(spamlistobject *self, PyObject *args, PyObject *kwds) in spamlist_init() 180 spamdict_init(spamdictobject *self, PyObject *args, PyObject *kwds) in spamdict_init()
|