Home
last modified time | relevance | path

Searched defs:kwargs (Results 76 - 86 of 86) sorted by relevance

1234

/third_party/python/Lib/unittest/
H A Dmock.py2612 def kwargs(self): global() member in _Call
[all...]
/third_party/python/Modules/
H A D_csv.c397 dialect_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in dialect_new() argument
597 _call_dialect(_csvstate *module_state, PyObject *dialect_inst, PyObject *kwargs) in _call_dialect() argument
1499 csv_register_dialect(PyObject *module, PyObject *args, PyObject *kwargs) in csv_register_dialect() argument
H A Ditertoolsmodule.c4391 static char *kwargs[] = {"object", "times", NULL}; in repeat_new() local
H A D_pickle.c4045 PyObject *kwargs; in save_reduce() local
5930 PyObject *cls, *args, *kwargs = NULL; in load_newobj() local
[all...]
H A Dsocketmodule.c6535 socket_getaddrinfo(PyObject *self, PyObject *args, PyObject* kwargs) argument
H A D_testcapimodule.c1356 get_kwargs(PyObject *self, PyObject *args, PyObject *kwargs) in get_kwargs() argument
1377 getargs_keywords(PyObject *self, PyObject *args, PyObject *kwargs) in getargs_keywords() argument
1394 getargs_keyword_only(PyObject *self, PyObject *args, PyObject *kwargs) in getargs_keyword_only() argument
1409 getargs_positional_only_and_keywords(PyObject *self, PyObject *args, PyObject *kwargs) in getargs_positional_only_and_keywords() argument
3624 make_exception_with_doc(PyObject *self, PyObject *args, PyObject *kwargs) make_exception_with_doc() argument
5269 PyObject *func, *func_args, *kwargs; test_pyobject_fastcalldict() local
5332 PyObject *kwargs = NULL; test_pyvectorcall_call() local
5637 meth_varargs_keywords(PyObject* self, PyObject* args, PyObject* kwargs) meth_varargs_keywords() argument
5677 meth_fastcall_keywords(PyObject* self, PyObject* const* args, Py_ssize_t nargs, PyObject* kwargs) meth_fastcall_keywords() argument
6079 PyObject *kwargs = NULL; eval_eval_code_ex() local
6776 test_structmembers_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) test_structmembers_new() argument
7332 call_return_args(PyObject *self, PyObject *args, PyObject *kwargs) call_return_args() argument
7459 heapctype_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctype_init() argument
7536 heapctypesubclass_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesubclass_init() argument
7614 heapctypesubclasswithfinalizer_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesubclasswithfinalizer_init() argument
7816 heapctypesetattr_init(PyObject *self, PyObject *args, PyObject *kwargs) heapctypesetattr_init() argument
7949 ContainerNoGC_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) ContainerNoGC_new() argument
8294 getargs_s_hash_int(PyObject *self, PyObject *args, PyObject *kwargs) getargs_s_hash_int() argument
8308 getargs_s_hash_int2(PyObject *self, PyObject *args, PyObject *kwargs) getargs_s_hash_int2() argument
[all...]
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage.cc1091 int InitAttributes(CMessage* self, PyObject* args, PyObject* kwargs) { in InitAttributes() argument
1171 PyObject* kwargs = (PyDict_Check(next.get()) ? next.get() : NULL); in InitAttributes() local
1312 static int Init(CMessage* self, PyObject* args, PyObject* kwargs) { in Init() argument
198 New(PyTypeObject* type, PyObject* args, PyObject* kwargs) New() argument
1691 InternalSerializeToString( CMessage* self, PyObject* args, PyObject* kwargs, bool require_initialized) InternalSerializeToString() argument
1776 SerializeToString( CMessage* self, PyObject* args, PyObject* kwargs) SerializeToString() argument
1782 SerializePartialToString( CMessage* self, PyObject* args, PyObject* kwargs) SerializePartialToString() argument
[all...]
/third_party/python/Lib/
H A Dtyping.py1206 def kwargs(sel member in ParamSpec
[all...]
/third_party/python/Python/
H A Dceval.c5349 PyObject *func, *callargs, *kwargs = NULL, *result; local
1014 match_class(PyThreadState *tstate, PyObject *subject, PyObject *type, Py_ssize_t nargs, PyObject *kwargs) match_class() argument
7701 format_kwargs_error(PyThreadState *tstate, PyObject *func, PyObject *kwargs) global() argument
[all...]
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h2826 os_sched_param(PyTypeObject *type, PyObject *args, PyObject *kwargs) in os_sched_param() argument
/third_party/python/Objects/
H A Dtypeobject.c5133 _PyObject_GetNewArguments(PyObject *obj, PyObject **args, PyObject **kwargs) in _PyObject_GetNewArguments() argument
5271 PyObject *args = NULL, *kwargs = NULL; reduce_newobj() local
[all...]

Completed in 62 milliseconds

1234