Home
last modified time | relevance | path

Searched refs:_PyArg_NoKwnames (Results 1 - 13 of 13) sorted by relevance

/third_party/python/Include/cpython/
H A Dmodsupport.h28 PyAPI_FUNC(int) _PyArg_NoKwnames(const char *funcname, PyObject *kwnames);
32 #define _PyArg_NoKwnames(funcname, kwnames) \ macro
33 ((kwnames) == NULL || _PyArg_NoKwnames((funcname), (kwnames)))
/third_party/python/Objects/
H A Dboolobject.c53 if (!_PyArg_NoKwnames("bool", kwnames)) { in bool_vectorcall()
H A Denumobject.c401 if (!_PyArg_NoKwnames("reversed", kwnames)) { in reversed_vectorcall()
H A Drangeobject.c149 if (!_PyArg_NoKwnames("range", kwnames)) { in range_vectorcall()
H A Dweakrefobject.c135 if (!_PyArg_NoKwnames("weakref", kwnames)) { in weakref_vectorcall()
H A Dtupleobject.c716 if (!_PyArg_NoKwnames("tuple", kwnames)) { in tuple_vectorcall()
H A Dsetobject.c1028 if (!_PyArg_NoKwnames("frozenset", kwnames)) { in frozenset_vectorcall()
2004 if (!_PyArg_NoKwnames("set", kwnames)) { in set_vectorcall()
H A Dfloatobject.c1701 if (!_PyArg_NoKwnames("float", kwnames)) { in float_vectorcall()
H A Dlistobject.c2802 if (!_PyArg_NoKwnames("list", kwnames)) { in list_vectorcall()
H A Dtypeobject.c3344 if (!_PyArg_NoKwnames("type", kwnames)) { in type_vectorcall()
9142 if (!_PyArg_NoKwnames("super", kwnames)) { in super_vectorcall()
/third_party/python/Modules/
H A D_operator.c1077 if (!_PyArg_NoKwnames("itemgetter", kwnames)) { in itemgetter_vectorcall()
1395 if (!_PyArg_NoKwnames("attrgetter", kwnames)) { in attrgetter_vectorcall()
/third_party/python/Python/
H A Dbltinmodule.c528 if (tp == &PyFilter_Type && !_PyArg_NoKwnames("filter", kwnames)) { in filter_vectorcall()
1287 if (tp == &PyMap_Type && !_PyArg_NoKwnames("map", kwnames)) { in map_vectorcall()
H A Dgetargs.c2866 #undef _PyArg_NoKwnames macro
2911 _PyArg_NoKwnames(const char *funcname, PyObject *kwnames) in _PyArg_NoKwnames() function

Completed in 36 milliseconds