Home
last modified time | relevance | path

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

1234567891011

/external/python/cffi/c/
Dffi_obj.c86 static PyObject *ffiobj_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in ffiobj_new()
335 static PyObject *_ffi_new(FFIObject *self, PyObject *args, PyObject *kwds, in _ffi_new()
352 static PyObject *ffi_new(FFIObject *self, PyObject *args, PyObject *kwds) in ffi_new()
358 PyObject *kwds) in _ffi_new_with_allocator()
387 PyObject *kwds) in ffi_new_allocator()
615 static PyObject *ffi_getctype(FFIObject *self, PyObject *args, PyObject *kwds) in ffi_getctype()
701 PyObject *kwds) in ffi_from_buffer()
752 PyObject *kwds) in ffi_def_extern()
791 static PyObject *ffi_callback(FFIObject *self, PyObject *args, PyObject *kwds) in ffi_callback()
875 static PyObject *ffi_int_const(FFIObject *self, PyObject *args, PyObject *kwds) in ffi_int_const()
[all …]
/external/python/cpython3/Lib/
Dcontextlib.py77 def inner(*args, **kwds):
86 def __init__(self, func, args, kwds): argument
243 def helper(*args, **kwds):
276 def helper(*args, **kwds):
384 def _create_cb_wrapper(callback, /, *args, **kwds):
433 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/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()
247 _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/cpython3/Lib/email/
Dheaderregistry.py270 def parse(cls, value, kwds): argument
297 def parse(cls, value, kwds): argument
335 def parse(cls, value, kwds): argument
406 def parse(cls, value, kwds): argument
444 def parse(cls, value, kwds): argument
508 def parse(cls, value, kwds): argument
528 def parse(cls, value, kwds): argument
/external/python/cpython3/Doc/includes/
Dcustom2.c21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new()
42 Custom_init(CustomObject *self, PyObject *args, PyObject *kwds) in Custom_init()
Dcustom3.c21 Custom_new(PyTypeObject *type, PyObject *args, PyObject *kwds) in Custom_new()
42 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()
/external/python/apitools/apitools/base/py/
Dcredentials_lib.py138 **kwds):
238 def __init__(self, scopes=None, service_account_name='default', **kwds):
277 def Get(cls, *args, **kwds):
462 def __init__(self, scopes, **kwds):
470 def Get(cls, *args, **kwds):
Dtransfer.py202 **kwds):
222 def FromFile(cls, filename, overwrite=False, auto_transfer=True, **kwds):
232 def FromStream(cls, stream, auto_transfer=True, total_size=None, **kwds):
239 **kwds):
586 gzip_encoded=False, **kwds):
609 gzip_encoded=False, **kwds):
626 gzip_encoded=False, **kwds):
637 gzip_encoded=False, **kwds):
/external/python/cpython3/Lib/test/
Dtest_grammar.py375 def __prepare__(metacls, name, bases, **kwds):
693 def f(**kwds,): pass
695 def f(a, **kwds,): pass
698 def f(*args, **kwds,): pass
701 def f(a, *args, **kwds,): pass
702 def f(*args, b, **kwds,): pass
703 def f(*, b, **kwds,): pass
704 def f(a, *args, b, **kwds,): pass
705 def f(a, *, b, **kwds,): pass
728 l12 = lambda **kwds,: 0
[all …]
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):
/external/python/cffi/testing/
Dsupport.py65 def _verify(ffi, module_name, preamble, *args, **kwds):
82 def typeof_disabled(*args, **kwds):
/external/python/cpython2/Lib/curses/
Dwrapper.py12 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/tensorflow/tensorflow/python/eager/
Dbackprop.py228 def grad_fn(*args, **kwds):
301 def grad_fn(*args, **kwds):
401 def decorated(*args, **kwds):
498 def decorated(*args, **kwds):
546 def decorated(*args, **kwds):
/external/python/cffi/cffi/
Dsetuptools_ext.py73 def _set_py_limited_api(Extension, kwds): argument
104 def _add_c_module(dist, ffi, module_name, source, source_extension, kwds): argument
Dvengine_gen.py21 def patch_extension_kwds(self, kwds): argument
114 def _load(self, module, step_name, **kwds):
127 def _loaded_noop(self, tp, name, module, **kwds):
249 def _loaded_gen_struct(self, tp, name, module, **kwds):
259 def _loaded_gen_union(self, tp, name, module, **kwds):
385 def _loaded_gen_anonymous(self, tp, name, module, **kwds):
/external/python/cpython3/Modules/
D_peg_parser.c37 _Py_compile_string(PyObject *self, PyObject *args, PyObject *kwds) in _Py_compile_string()
81 _Py_parse_string(PyObject *self, PyObject *args, PyObject *kwds) in _Py_parse_string()
/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/cpython3/Lib/curses/
D__init__.py63 def wrapper(func, /, *args, **kwds):
/external/python/cpython3/Tools/peg_generator/peg_extension/
Dpeg_extension.c21 parse_file(PyObject *self, PyObject *args, PyObject *kwds) in parse_file()
60 parse_string(PyObject *self, PyObject *args, PyObject *kwds) in parse_string()
/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):

1234567891011