Home
last modified time | relevance | path

Searched defs:kwds (Results 1 – 25 of 233) 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()
248 _PyNamespace_New(PyObject *kwds) in _PyNamespace_New()
/external/python/cpython2/Lib/curses/
Dwrapper.py12 def wrapper(func, *args, **kwds):
/external/python/cpython3/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.c54 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new()
79 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/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/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 …]
Dtest_pickletools.py13 def loads(self, buf, **kwds):
/external/python/cpython3/Lib/
Dtyping.py134 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 …]
Dcontextlib.py51 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/
Dnoddy2.c20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new()
47 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
Dnoddy4.c54 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new()
81 Noddy_init(Noddy *self, PyObject *args, PyObject *kwds) in Noddy_init()
Dnoddy3.c20 Noddy_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Noddy_new()
47 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.py268 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/
Dbackprop.py439 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__.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()
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/
Dbltinmodule.c55 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/
Dstreams.py52 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/
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()

12345678910