Home
last modified time | relevance | path

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

12345678910

/external/python/cpython3/Objects/
Dnamespaceobject.c22 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/
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):
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py121 **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):
Dtransfer.py201 **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/
Dtest_decorators.py3 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):
Dtest_grammar.py348 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/
Dwrapper.py12 def wrapper(func, *args, **kwds):
/external/tensorflow/tensorflow/python/eager/
Ddef_function.py299 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):
Dbackprop.py195 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/
Dcontextlib.py72 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/
Dcustom2.c20 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new()
41 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
Dcustom3.c20 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new()
41 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
Dcustom4.c36 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/
Dnoddy2.c20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new()
45 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
Dnoddy4.c55 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new()
80 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
Dnoddy3.c20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new()
45 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
Dshoddy.c24 Shoddy_init(Shoddy *self, PyObject *args, PyObject *kwds) in Shoddy_init()
/external/python/cpython3/Lib/curses/
D__init__.py63 def wrapper(func, *args, **kwds):
/external/python/cpython2/Lib/
Dcollections.py50 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/
Dheaderregistry.py271 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__.py248 def Value(typecode_or_type, *args, **kwds):
255 def Array(typecode_or_type, size_or_initializer, **kwds):
/external/python/cpython2/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()
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/
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()
/external/python/cpython3/Lib/asyncio/
Dstreams.py54 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/
Dmultibytecodec.c931 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()

12345678910