/third_party/python/Tools/scripts/ |
H A D | update_file.py | 80 kwargs = vars(args) variable
|
/third_party/python/Python/clinic/ |
H A D | traceback.c.h | 16 tb_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tb_new() argument
|
H A D | Python-tokenize.c.h | 9 tokenizeriter_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tokenizeriter_new() argument
|
/third_party/python/Modules/_sqlite/ |
H A D | prepare_protocol.c | 27 pysqlite_prepare_protocol_init(pysqlite_PrepareProtocol *self, PyObject *args, PyObject *kwargs) pysqlite_prepare_protocol_init() argument
|
/third_party/python/Objects/clinic/ |
H A D | enumobject.c.h | 24 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 D | funcobject.c.h | 27 func_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in func_new() argument
|
H A D | moduleobject.c.h | 17 module___init__(PyObject *self, PyObject *args, PyObject *kwargs) in module___init__() argument
|
H A D | structseq.c.h | 9 structseq_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in structseq_new() argument
|
H A D | classobject.c.h | 32 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 D | descrobject.c.h | 9 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 D | tupleobject.c.h | 75 tuple_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuple_new() argument
|
H A D | complexobject.c.h | 102 complex_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in complex_new() argument
|
H A D | floatobject.c.h | 206 float_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in float_new() argument
|
/third_party/python/Modules/_sqlite/clinic/ |
H A D | row.c.h | 10 pysqlite_row_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in pysqlite_row_new() argument
|
H A D | cursor.c.h | 10 pysqlite_cursor_init(PyObject *self, PyObject *args, PyObject *kwargs) in pysqlite_cursor_init() argument
|
/third_party/python/Modules/clinic/ |
H A D | _collectionsmodule.c.h | 40 tuplegetter_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in tuplegetter_new() argument
|
H A D | socketmodule.c.h | 10 sock_initobj(PyObject *self, PyObject *args, PyObject *kwargs) in sock_initobj() argument
|
H A D | _datetimemodule.c.h | 22 iso_calendar_date_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in iso_calendar_date_new() argument
|
/third_party/python/Modules/_sha3/clinic/ |
H A D | sha3module.c.h | 15 py_sha3_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in py_sha3_new() argument
|
/third_party/python/Objects/ |
H A D | cellobject.c | 34 cell_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in cell_new() argument
|
/third_party/python/Modules/ |
H A D | atexitmodule.c | 138 atexit_register(PyObject *module, PyObject *args, PyObject *kwargs) in atexit_register() argument
|
/third_party/python/Modules/_blake2/clinic/ |
H A D | blake2s_impl.c.h | 22 py_blake2s_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in py_blake2s_new() argument
|
H A D | blake2b_impl.c.h | 22 py_blake2b_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in py_blake2b_new() argument
|
/third_party/python/Modules/_io/clinic/ |
H A D | stringio.c.h | 255 _io_StringIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_StringIO___init__() argument
|
/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | message_factory.cc | 79 PyObject* New(PyTypeObject* type, PyObject* args, PyObject* kwargs) { in New() argument
|