Home
last modified time | relevance | path

Searched refs:_PyArg_NoKeywords (Results 1 - 25 of 34) sorted by relevance

12

/third_party/python/Modules/clinic/
H A Ditertoolsmodule.c.h24 !_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.h48 !_PyArg_NoKeywords("_tuplegetter", kwargs)) { in tuplegetter_new()
H A D_queuemodule.c.h26 !_PyArg_NoKeywords("SimpleQueue", kwargs)) { in simplequeue_new()
H A D_ssl.c.h413 !_PyArg_NoKeywords("_SSLContext", kwargs)) { in _ssl__SSLContext()
895 !_PyArg_NoKeywords("MemoryBIO", kwargs)) { in _ssl_MemoryBIO()
H A Dselectmodule.c.h951 !_PyArg_NoKeywords("kqueue", kwargs)) { in select_kqueue()
/third_party/python/Include/cpython/
H A Dmodsupport.h27 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 Dclassobject.c.h40 !_PyArg_NoKeywords("method", kwargs)) { in method_new()
71 !_PyArg_NoKeywords("instancemethod", kwargs)) { in instancemethod_new()
H A Denumobject.c.h69 !_PyArg_NoKeywords("reversed", kwargs)) { in reversed_new()
H A Dtupleobject.c.h82 !_PyArg_NoKeywords("tuple", kwargs)) { in tuple_new()
H A Dlistobject.c.h304 !_PyArg_NoKeywords("list", kwargs)) { in list___init__()
H A Dfloatobject.c.h213 !_PyArg_NoKeywords("float", kwargs)) { in float_new()
H A Dcodeobject.c.h48 !_PyArg_NoKeywords("code", kwargs)) { in code_new()
/third_party/python/Modules/_sqlite/clinic/
H A Drow.c.h18 !_PyArg_NoKeywords("Row", kwargs)) { in pysqlite_row_new()
H A Dcursor.c.h17 !_PyArg_NoKeywords("Cursor", kwargs)) { in pysqlite_cursor_init()
/third_party/python/Objects/
H A Dboolobject.c38 if (!_PyArg_NoKeywords("bool", kwds)) in bool_new()
H A Dcellobject.c39 if (!_PyArg_NoKeywords("cell", kwargs)) { in cell_new()
H A Dfuncobject.c917 if (!_PyArg_NoKeywords("classmethod", kwds)) in cm_init()
1108 if (!_PyArg_NoKeywords("staticmethod", kwds)) in sm_init()
H A Dsliceobject.c310 if (!_PyArg_NoKeywords("slice", kw)) in slice_new()
H A Dexceptions.c73 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 Dgenericaliasobject.c825 if (!_PyArg_NoKeywords("GenericAlias", kwds)) { in ga_new()
H A Drangeobject.c137 if (!_PyArg_NoKeywords("range", kw)) in range_new()
/third_party/python/Modules/
H A D_operator.c996 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.c363 if (!_PyArg_NoKeywords("BZ2Compressor", kwargs)) { in _bz2_BZ2Compressor___init__()
686 if (!_PyArg_NoKeywords("BZ2Decompressor", kwargs)) { in _bz2_BZ2Decompressor___init__()
H A D_randommodule.c536 !_PyArg_NoKeywords("Random", kwds)) { in random_init()
/third_party/python/Modules/_io/clinic/
H A Dbufferedio.c.h558 !_PyArg_NoKeywords("BufferedRWPair", kwargs)) { in _io_BufferedRWPair___init__()

Completed in 26 milliseconds

12