/third_party/python/Modules/clinic/ |
H A D | itertoolsmodule.c.h | 24 !_PyArg_NoKeywords("pairwise", kwargs)) { in pairwise_new() 95 !_PyArg_NoKeywords("_grouper", kwargs)) { in itertools__grouper() 133 !_PyArg_NoKeywords("teedataobject", kwargs)) { in itertools_teedataobject() 169 !_PyArg_NoKeywords("_tee", kwargs)) { in itertools__tee() 244 !_PyArg_NoKeywords("cycle", kwargs)) { in itertools_cycle() 277 !_PyArg_NoKeywords("dropwhile", kwargs)) { in itertools_dropwhile() 309 !_PyArg_NoKeywords("takewhile", kwargs)) { in itertools_takewhile() 341 !_PyArg_NoKeywords("starmap", kwargs)) { in itertools_starmap() 606 !_PyArg_NoKeywords("filterfalse", kwargs)) { in itertools_filterfalse()
|
H A D | _collectionsmodule.c.h | 48 !_PyArg_NoKeywords("_tuplegetter", kwargs)) { in tuplegetter_new()
|
H A D | _queuemodule.c.h | 26 !_PyArg_NoKeywords("SimpleQueue", kwargs)) { in simplequeue_new()
|
H A D | _ssl.c.h | 413 !_PyArg_NoKeywords("_SSLContext", kwargs)) { in _ssl__SSLContext() 895 !_PyArg_NoKeywords("MemoryBIO", kwargs)) { in _ssl_MemoryBIO()
|
H A D | selectmodule.c.h | 951 !_PyArg_NoKeywords("kqueue", kwargs)) { in select_kqueue()
|
/third_party/python/Include/cpython/ |
H A D | modsupport.h | 27 PyAPI_FUNC(int) _PyArg_NoKeywords(const char *funcname, PyObject *kwargs); 30 #define _PyArg_NoKeywords(funcname, kwargs) \ macro 31 ((kwargs) == NULL || _PyArg_NoKeywords((funcname), (kwargs)))
|
/third_party/python/Objects/clinic/ |
H A D | classobject.c.h | 40 !_PyArg_NoKeywords("method", kwargs)) { in method_new() 71 !_PyArg_NoKeywords("instancemethod", kwargs)) { in instancemethod_new()
|
H A D | enumobject.c.h | 69 !_PyArg_NoKeywords("reversed", kwargs)) { in reversed_new()
|
H A D | tupleobject.c.h | 82 !_PyArg_NoKeywords("tuple", kwargs)) { in tuple_new()
|
H A D | listobject.c.h | 304 !_PyArg_NoKeywords("list", kwargs)) { in list___init__()
|
H A D | floatobject.c.h | 213 !_PyArg_NoKeywords("float", kwargs)) { in float_new()
|
H A D | codeobject.c.h | 48 !_PyArg_NoKeywords("code", kwargs)) { in code_new()
|
/third_party/python/Modules/_sqlite/clinic/ |
H A D | row.c.h | 18 !_PyArg_NoKeywords("Row", kwargs)) { in pysqlite_row_new()
|
H A D | cursor.c.h | 17 !_PyArg_NoKeywords("Cursor", kwargs)) { in pysqlite_cursor_init()
|
/third_party/python/Objects/ |
H A D | boolobject.c | 38 if (!_PyArg_NoKeywords("bool", kwds)) in bool_new()
|
H A D | cellobject.c | 39 if (!_PyArg_NoKeywords("cell", kwargs)) { in cell_new()
|
H A D | funcobject.c | 917 if (!_PyArg_NoKeywords("classmethod", kwds)) in cm_init() 1108 if (!_PyArg_NoKeywords("staticmethod", kwds)) in sm_init()
|
H A D | sliceobject.c | 310 if (!_PyArg_NoKeywords("slice", kw)) in slice_new()
|
H A D | exceptions.c | 73 if (!_PyArg_NoKeywords(Py_TYPE(self)->tp_name, kwds)) in BaseException_init() 833 if (!_PyArg_NoKeywords(Py_TYPE(self)->tp_name, kwds)) { in BaseExceptionGroup_init() 1831 if (!_PyArg_NoKeywords(type->tp_name, kwds)) in OSError_new() 1899 if (!_PyArg_NoKeywords(Py_TYPE(self)->tp_name, kwds)) in OSError_init()
|
H A D | genericaliasobject.c | 825 if (!_PyArg_NoKeywords("GenericAlias", kwds)) { in ga_new()
|
H A D | rangeobject.c | 137 if (!_PyArg_NoKeywords("range", kw)) in range_new()
|
/third_party/python/Modules/ |
H A D | _operator.c | 996 if (!_PyArg_NoKeywords("itemgetter", kwds)) in itemgetter_new() 1066 if (!_PyArg_NoKeywords("itemgetter", kw)) in itemgetter_call() 1217 if (!_PyArg_NoKeywords("attrgetter", kwds)) in attrgetter_new() 1385 if (!_PyArg_NoKeywords("attrgetter", kw)) in attrgetter_call() 1649 if (!_PyArg_NoKeywords("methodcaller", kw)) in methodcaller_call()
|
H A D | _bz2module.c | 363 if (!_PyArg_NoKeywords("BZ2Compressor", kwargs)) { in _bz2_BZ2Compressor___init__() 686 if (!_PyArg_NoKeywords("BZ2Decompressor", kwargs)) { in _bz2_BZ2Decompressor___init__()
|
H A D | _randommodule.c | 536 !_PyArg_NoKeywords("Random", kwds)) { in random_init()
|
/third_party/python/Modules/_io/clinic/ |
H A D | bufferedio.c.h | 558 !_PyArg_NoKeywords("BufferedRWPair", kwargs)) { in _io_BufferedRWPair___init__()
|