Home
last modified time | relevance | path

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

1234

/third_party/python/Objects/
H A Dfuncobject.c1122 sm_call(PyObject *callable, PyObject *args, PyObject *kwargs) in sm_call() argument
H A Dcall.c117 _PyObject_FastCallDictTstate(PyThreadState *tstate, PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwargs) _PyObject_FastCallDictTstate() argument
161 PyObject_VectorcallDict(PyObject *callable, PyObject *const *args, size_t nargsf, PyObject *kwargs) PyObject_VectorcallDict() argument
236 _PyVectorcall_Call(PyThreadState *tstate, vectorcallfunc func, PyObject *callable, PyObject *tuple, PyObject *kwargs) _PyVectorcall_Call() argument
266 PyVectorcall_Call(PyObject *callable, PyObject *tuple, PyObject *kwargs) PyVectorcall_Call() argument
313 _PyObject_Call(PyThreadState *tstate, PyObject *callable, PyObject *args, PyObject *kwargs) _PyObject_Call() argument
352 PyObject_Call(PyObject *callable, PyObject *args, PyObject *kwargs) PyObject_Call() argument
360 PyCFunction_Call(PyObject *callable, PyObject *args, PyObject *kwargs) PyCFunction_Call() argument
405 PyEval_CallObjectWithKeywords(PyObject *callable, PyObject *args, PyObject *kwargs) PyEval_CallObjectWithKeywords() argument
456 _PyObject_Call_Prepend(PyThreadState *tstate, PyObject *callable, PyObject *obj, PyObject *args, PyObject *kwargs) _PyObject_Call_Prepend() argument
959 _PyStack_UnpackDict(PyThreadState *tstate, PyObject *const *args, Py_ssize_t nargs, PyObject *kwargs, PyObject **p_kwnames) _PyStack_UnpackDict() argument
[all...]
H A Dweakrefobject.c282 parse_weakref_init_args(const char *funcname, PyObject *args, PyObject *kwargs, in parse_weakref_init_args() argument
289 weakref___new__(PyTypeObject *type, PyObject *args, PyObject *kwargs) in weakref___new__() argument
343 weakref___init__(PyObject *self, PyObject *args, PyObject *kwargs) in weakref___init__() argument
H A Dodictobject.c2257 mutablemapping_update(PyObject *self, PyObject *args, PyObject *kwargs) in mutablemapping_update() argument
H A Dobject.c1634 none_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in none_new() argument
1753 notimplemented_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in notimplemented_new() argument
/third_party/python/Modules/_sqlite/clinic/
H A Dconnection.c.h13 pysqlite_connection_init(PyObject *self, PyObject *args, PyObject *kwargs) in pysqlite_connection_init() argument
/third_party/python/Modules/clinic/
H A D_elementtree.c.h590 _elementtree_TreeBuilder___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _elementtree_TreeBuilder___init__() argument
801 _elementtree_XMLParser___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _elementtree_XMLParser___init__() argument
H A Doverlapped.c.h362 _overlapped_Overlapped(PyTypeObject *type, PyObject *args, PyObject *kwargs) in _overlapped_Overlapped() argument
H A D_ssl.c.h406 _ssl__SSLContext(PyTypeObject *type, PyObject *args, PyObject *kwargs) in _ssl__SSLContext() argument
884 _ssl_MemoryBIO(PyTypeObject *type, PyObject *args, PyObject *kwargs) in _ssl_MemoryBIO() argument
/third_party/python/Objects/clinic/
H A Dbytearrayobject.c.h10 bytearray___init__(PyObject *self, PyObject *args, PyObject *kwargs) in bytearray___init__() argument
/third_party/python/Objects/stringlib/
H A Dunicode_format.h396 get_field_object(SubString *input, PyObject *args, PyObject *kwargs, in get_field_object() argument
806 output_markup(SubString *field_name, SubString *format_spec, int format_spec_needs_expanding, Py_UCS4 conversion, _PyUnicodeWriter *writer, PyObject *args, PyObject *kwargs, int recursion_depth, AutoNumber *auto_number) output_markup() argument
868 do_markup(SubString *input, PyObject *args, PyObject *kwargs, _PyUnicodeWriter *writer, int recursion_depth, AutoNumber *auto_number) do_markup() argument
911 build_string(SubString *input, PyObject *args, PyObject *kwargs, int recursion_depth, AutoNumber *auto_number) build_string() argument
942 do_string_format(PyObject *self, PyObject *args, PyObject *kwargs) do_string_format() argument
[all...]
/third_party/python/Lib/test/
H A Dtest_socketserver.py272 kwargs={'poll_interval':0.01}) variable in SocketServerTest.test_shutdown.MyHandler
H A Dtest_imaplib.py239 kwargs={'poll_interval': 0.01}) variable in NewIMAPTestsMixin._setup.TestTCPServer
616 kwargs={'poll_interval': 0.01}) variable in ThreadedNetworkedTests.make_server.MyServer
/third_party/python/Modules/
H A D_bz2module.c358 _bz2_BZ2Compressor___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _bz2_BZ2Compressor___init__() argument
679 _bz2_BZ2Decompressor___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _bz2_BZ2Decompressor___init__() argument
H A D_functoolsmodule.c286 partial_call(partialobject *pto, PyObject *args, PyObject *kwargs) in partial_call() argument
573 static char *kwargs[] = {"obj", NULL}; in keyobject_call() local
632 static char *kwargs[] = {"mycmp", NULL}; functools_cmp_to_key() local
[all...]
H A D_lzmamodule.c769 Compressor_init(Compressor *self, PyObject *args, PyObject *kwargs) in Compressor_init() argument
H A D_threadmodule.c1059 PyObject *kwargs; member
1119 PyObject *func, *args, *kwargs = NULL; in thread_PyThread_start_new_thread() local
[all...]
H A Dfaulthandler.c541 faulthandler_py_enable(PyObject *self, PyObject *args, PyObject *kwargs) in faulthandler_py_enable() argument
263 faulthandler_dump_traceback_py(PyObject *self, PyObject *args, PyObject *kwargs) faulthandler_dump_traceback_py() argument
703 faulthandler_dump_traceback_later(PyObject *self, PyObject *args, PyObject *kwargs) faulthandler_dump_traceback_later() argument
905 faulthandler_register_py(PyObject *self, PyObject *args, PyObject *kwargs) faulthandler_register_py() argument
H A D_zoneinfo.c342 zoneinfo_from_file(PyTypeObject *type, PyObject *args, PyObject *kwargs) in zoneinfo_from_file() argument
383 zoneinfo_no_cache(PyTypeObject *cls, PyObject *args, PyObject *kwargs) in zoneinfo_no_cache() argument
400 zoneinfo_clear_cache(PyObject *cls, PyObject *args, PyObject *kwargs) in zoneinfo_clear_cache() argument
585 PyObject *kwargs = PyDict_New(); in zoneinfo_fromutc() local
2536 zoneinfo_init_subclass(PyTypeObject *cls, PyObject *args, PyObject **kwargs) zoneinfo_init_subclass() argument
[all...]
/third_party/python/Parser/
H A Daction_helpers.c827 _PyPegen_seq_extract_starred_exprs(Parser *p, asdl_seq *kwargs) in _PyPegen_seq_extract_starred_exprs() argument
850 _PyPegen_seq_delete_starred_exprs(Parser *p, asdl_seq *kwargs) in _PyPegen_seq_delete_starred_exprs() argument
/third_party/python/Python/
H A Dgetargs.c1558 error_unexpected_keyword_arg(PyObject *kwargs, PyObject *kwnames, PyObject *kwtuple, const char *fname) in error_unexpected_keyword_arg() argument
1602 PyArg_ValidateKeywordArguments(PyObject *kwargs) in PyArg_ValidateKeywordArguments() argument
1619 vgetargskeywords(PyObject *args, PyObject *kwargs, const char *format, in vgetargskeywords() argument
2058 vgetargskeywordsfast_impl(PyObject *const *args, Py_ssize_t nargs, PyObject *kwargs, PyObject *kwnames, struct _PyArg_Parser *parser, va_list *p_va, int flags) vgetargskeywordsfast_impl() argument
2294 _PyArg_UnpackKeywords(PyObject *const *args, Py_ssize_t nargs, PyObject *kwargs, PyObject *kwnames, struct _PyArg_Parser *parser, int minpos, int maxpos, int minkw, PyObject **buf) _PyArg_UnpackKeywords() argument
2469 _PyArg_UnpackKeywordsWithVararg(PyObject *const *args, Py_ssize_t nargs, PyObject *kwargs, PyObject *kwnames, struct _PyArg_Parser *parser, int minpos, int maxpos, int minkw, int vararg, PyObject **buf) _PyArg_UnpackKeywordsWithVararg() argument
2875 _PyArg_NoKeywords(const char *funcname, PyObject *kwargs) _PyArg_NoKeywords() argument
[all...]
H A Derrors.c992 PyObject *kwargs, *error; in PyErr_SetImportErrorSubclass() local
/third_party/python/Lib/
H A Dinspect.py2863 def kwargs(self): member in BoundArguments
[all...]
/third_party/python/Lib/unittest/test/testmock/
H A Dtestpatch.py1117 kwargs = None variable in PatchTest.test_new_callable_keyword_arguments.Bar
1132 kwargs variable in PatchTest.test_new_callable_spec.Bar
1195 kwargs = {arg: True} global() variable in PatchTest.test_new_callable_inherit_for_mocks.MockSub
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c1651 pysqlite_connection_call(pysqlite_Connection *self, PyObject *args, PyObject *kwargs) pysqlite_connection_call() argument

Completed in 43 milliseconds

1234