Home
last modified time | relevance | path

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

1234

/third_party/python/Objects/clinic/
H A Dmemoryobject.c.h15 memoryview(PyTypeObject *type, PyObject *args, PyObject *kwargs) in memoryview() argument
H A Dlongobject.c.h9 long_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in long_new() argument
H A Dlistobject.c.h297 list___init__(PyObject *self, PyObject *args, PyObject *kwargs) in list___init__() argument
H A Dcodeobject.c.h24 code_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in code_new() argument
H A Dbytesobject.c.h836 bytes_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in bytes_new() argument
H A Dunicodeobject.c.h1293 unicode_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in unicode_new() argument
/third_party/python/Modules/clinic/
H A D_lzmamodule.c.h171 _lzma_LZMADecompressor___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _lzma_LZMADecompressor___init__() argument
H A D_struct.c.h20 Struct___init__(PyObject *self, PyObject *args, PyObject *kwargs) in Struct___init__() argument
H A D_queuemodule.c.h15 simplequeue_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in simplequeue_new() argument
H A D_pickle.c.h106 _pickle_Pickler___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _pickle_Pickler___init__() argument
326 _pickle_Unpickler___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _pickle_Unpickler___init__() argument
H A Ditertoolsmodule.c.h17 pairwise_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in pairwise_new() argument
54 itertools_groupby(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_groupby() argument
87 itertools__grouper(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools__grouper() argument
124 itertools_teedataobject(PyTypeObject *type, PyObject *args, PyObject *kwargs) in itertools_teedataobject() argument
162 itertools__tee(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools__tee() argument
237 itertools_cycle(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_cycle() argument
269 itertools_dropwhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_dropwhile() argument
301 itertools_takewhile(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_takewhile() argument
333 itertools_starmap(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_starmap() argument
377 itertools_combinations(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_combinations() argument
425 itertools_combinations_with_replacement(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_combinations_with_replacement() argument
472 itertools_permutations(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_permutations() argument
511 itertools_accumulate(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_accumulate() argument
563 itertools_compress(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_compress() argument
598 itertools_filterfalse(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_filterfalse() argument
638 itertools_count(PyTypeObject *type, PyObject *args, PyObject *kwargs) itertools_count() argument
[all...]
H A D_asynciomodule.c.h26 _asyncio_Future___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _asyncio_Future___init__() argument
306 _asyncio_Task___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _asyncio_Task___init__() argument
H A Dselectmodule.c.h522 select_epoll(PyTypeObject *type, PyObject *args, PyObject *kwargs) in select_epoll() argument
940 select_kqueue(PyTypeObject *type, PyObject *args, PyObject *kwargs) in select_kqueue() argument
/third_party/python/Modules/_io/clinic/
H A Dwinconsoleio.c.h48 _io__WindowsConsoleIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io__WindowsConsoleIO___init__() argument
H A Dbufferedio.c.h402 _io_BufferedReader___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_BufferedReader___init__() argument
456 _io_BufferedWriter___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_BufferedWriter___init__() argument
549 _io_BufferedRWPair___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_BufferedRWPair___init__() argument
603 _io_BufferedRandom___init__(PyObject *self, PyObject *args, PyObject *kwargs) _io_BufferedRandom___init__() argument
[all...]
H A Dbytesio.c.h483 _io_BytesIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_BytesIO___init__() argument
H A Dfileio.c.h49 _io_FileIO___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_FileIO___init__() argument
H A Dtextio.c.h24 _io_IncrementalNewlineDecoder___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_IncrementalNewlineDecoder___init__() argument
182 _io_TextIOWrapper___init__(PyObject *self, PyObject *args, PyObject *kwargs) in _io_TextIOWrapper___init__() argument
/third_party/python/Modules/_multiprocessing/clinic/
H A Dsemaphore.c.h160 _multiprocessing_SemLock(PyTypeObject *type, PyObject *args, PyObject *kwargs) in _multiprocessing_SemLock() argument
/third_party/python/Objects/
H A Dmethodobject.c522 cfunction_call(PyObject *func, PyObject *args, PyObject *kwargs) in cfunction_call() argument
H A Dsliceobject.c23 ellipsis_new(PyTypeObject *type, PyObject *args, PyObject *kwargs) in ellipsis_new() argument
/third_party/python/Include/internal/
H A Dpycore_interp.h61 PyObject *kwargs; member
/third_party/protobuf/python/google/protobuf/pyext/
H A Ddescriptor_pool.cc177 New(PyTypeObject* type, PyObject* args, PyObject* kwargs) New() argument
H A Drepeated_composite_container.cc102 static PyObject* AddMethod(PyObject* self, PyObject* args, PyObject* kwargs) { in AddMethod() argument
78 Add(RepeatedCompositeContainer* self, PyObject* args, PyObject* kwargs) Add() argument
H A Dmap_container.cc754 PyObject* MessageMapGet(PyObject* self, PyObject* args, PyObject* kwargs) { in MessageMapGet() argument
458 ScalarMapGet(PyObject* self, PyObject* args, PyObject* kwargs) ScalarMapGet() argument

Completed in 21 milliseconds

1234