Home
last modified time | relevance | path

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

1234

/third_party/python/Tools/scripts/
H A Dupdate_file.py80 kwargs = vars(args) variable
/third_party/python/Python/clinic/
H A Dtraceback.c.h16 tb_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tb_new() argument
H A DPython-tokenize.c.h9 tokenizeriter_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tokenizeriter_new() argument
/third_party/python/Modules/_sqlite/
H A Dprepare_protocol.c27 pysqlite_prepare_protocol_init(pysqlite_PrepareProtocol *self, PyObject *args, PyObject *kwargs) pysqlite_prepare_protocol_init() argument
/third_party/python/Objects/clinic/
H A Denumobject.c.h24 enum_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in enum_new() argument
62 reversed_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in reversed_new() argument
H A Dfuncobject.c.h27 func_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in func_new() argument
H A Dmoduleobject.c.h17 module___init__(PyObject *self, PyObject *args, PyObject *kwargs) in module___init__() argument
H A Dstructseq.c.h9 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in structseq_new() argument
H A Dclassobject.c.h32 method_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in method_new() argument
64 instancemethod_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in instancemethod_new() argument
H A Ddescrobject.c.h9 mappingproxy_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in mappingproxy_new() argument
72 property_init(PyObject *self, PyObject *args, PyObject *kwargs) in property_init() argument
H A Dtupleobject.c.h75 tuple_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuple_new() argument
H A Dcomplexobject.c.h102 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() argument
H A Dfloatobject.c.h206 float_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in float_new() argument
/third_party/python/Modules/_sqlite/clinic/
H A Drow.c.h10 pysqlite_row_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in pysqlite_row_new() argument
H A Dcursor.c.h10 pysqlite_cursor_init(PyObject *self, PyObject *args, PyObject *kwargs) in pysqlite_cursor_init() argument
/third_party/python/Modules/clinic/
H A D_collectionsmodule.c.h40 tuplegetter_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuplegetter_new() argument
H A Dsocketmodule.c.h10 sock_initobj(PyObject *self, PyObject *args, PyObject *kwargs) in sock_initobj() argument
H A D_datetimemodule.c.h22 iso_calendar_date_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in iso_calendar_date_new() argument
/third_party/python/Modules/_sha3/clinic/
H A Dsha3module.c.h15 py_sha3_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in py_sha3_new() argument
/third_party/python/Objects/
H A Dcellobject.c34 cell_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in cell_new() argument
/third_party/python/Modules/
H A Datexitmodule.c138 atexit_register(PyObject *module, PyObject *args, PyObject *kwargs) in atexit_register() argument
/third_party/python/Modules/_blake2/clinic/
H A Dblake2s_impl.c.h22 py_blake2s_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in py_blake2s_new() argument
H A Dblake2b_impl.c.h22 py_blake2b_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in py_blake2b_new() argument
/third_party/python/Modules/_io/clinic/
H A Dstringio.c.h255 _io_StringIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_StringIO___init__() argument
/third_party/protobuf/python/google/protobuf/pyext/
H A Dmessage_factory.cc79 PyObject* New(PyTypeObject* type, PyObject* args, PyObject* kwargs) { in New() argument

Completed in 8 milliseconds

1234