/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() 246 _PyNamespace_New(PyObject *kwds) in _PyNamespace_New()
|
/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/apitools/apitools/base/py/ |
D | credentials_lib.py | 121 **kwds): 234 def __init__(self, scopes=None, service_account_name='default', **kwds): 271 def Get(cls, *args, **kwds): 462 def __init__(self, scopes, **kwds): 470 def Get(cls, *args, **kwds):
|
D | transfer.py | 201 **kwds): 221 def FromFile(cls, filename, overwrite=False, auto_transfer=True, **kwds): 231 def FromStream(cls, stream, auto_transfer=True, total_size=None, **kwds): 238 **kwds): 551 **kwds): 572 def FromFile(cls, filename, mime_type=None, auto_transfer=True, **kwds): 588 **kwds): 597 def FromData(cls, stream, json_data, http, auto_transfer=None, **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 …]
|
/external/python/cpython2/Lib/curses/ |
D | wrapper.py | 12 def wrapper(func, *args, **kwds):
|
/external/tensorflow/tensorflow/python/eager/ |
D | def_function.py | 299 def wrapped_fn(*args, **kwds): 329 def _initialize(self, args, kwds, add_initializers_to=None): argument 347 def variable_capturing_scope(unused_next_creator, **kwds): 400 def __call__(self, *args, **kwds):
|
D | backprop.py | 195 def grad_fn(*args, **kwds): 263 def grad_fn(*args, **kwds): 360 def decorated(*args, **kwds): 457 def decorated(*args, **kwds): 505 def decorated(*args, **kwds):
|
/external/python/cpython3/Lib/ |
D | contextlib.py | 72 def inner(*args, **kwds): 81 def __init__(self, func, args, kwds): argument 238 def helper(*args, **kwds): 271 def helper(*args, **kwds): 381 def _create_cb_wrapper(callback, *args, **kwds): 430 def callback(self, callback, *args, **kwds): 543 def _create_async_cb_wrapper(callback, *args, **kwds): 578 def push_async_callback(self, callback, *args, **kwds):
|
/external/python/cpython3/Doc/includes/ |
D | custom2.c | 20 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() 41 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
|
D | custom3.c | 20 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() 41 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
|
D | custom4.c | 36 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new() 57 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
|
/external/python/cpython2/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 | 55 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new() 80 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/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 | 271 def parse(cls, value, kwds): argument 298 def parse(cls, value, kwds): argument 336 def parse(cls, value, kwds): argument 407 def parse(cls, value, kwds): argument 445 def parse(cls, value, kwds): argument 509 def parse(cls, value, kwds): argument
|
/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() 507 SystemExit_init(PySystemExitObject *self, PyObject *args, PyObject *kwds) in SystemExit_init() 590 PyObject *kwds) in EnvironmentError_init() 852 WindowsError_init(PyWindowsErrorObject *self, PyObject *args, PyObject *kwds) in WindowsError_init() 1048 SyntaxError_init(PySyntaxErrorObject *self, PyObject *args, PyObject *kwds) in SyntaxError_init() 1548 UnicodeError_init(PyUnicodeErrorObject *self, PyObject *args, PyObject *kwds, in UnicodeError_init() 1618 UnicodeEncodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeEncodeError_init() 1706 UnicodeDecodeError_init(PyObject *self, PyObject *args, PyObject *kwds) in UnicodeDecodeError_init() 1791 PyObject *kwds) in UnicodeTranslateError_init()
|
/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()
|
/external/python/cpython3/Lib/asyncio/ |
D | streams.py | 54 loop=None, limit=_DEFAULT_LIMIT, **kwds): 83 loop=None, limit=_DEFAULT_LIMIT, **kwds): 121 loop=None, limit=_DEFAULT_LIMIT, **kwds): 133 loop=None, limit=_DEFAULT_LIMIT, **kwds):
|
/external/python/cpython3/Modules/cjkcodecs/ |
D | multibytecodec.c | 931 mbiencoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbiencoder_new() 972 mbiencoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbiencoder_init() 1149 mbidecoder_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbidecoder_new() 1190 mbidecoder_init(PyObject *self, PyObject *args, PyObject *kwds) in mbidecoder_init() 1492 mbstreamreader_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamreader_new() 1535 mbstreamreader_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamreader_init() 1724 mbstreamwriter_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in mbstreamwriter_new() 1767 mbstreamwriter_init(PyObject *self, PyObject *args, PyObject *kwds) in mbstreamwriter_init()
|