Home
last modified time | relevance | path

Searched defs:_PyArg_NoPositional (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dmodsupport.h66 #define _PyArg_NoPositional(funcname, args) \ macro
/external/python/cpython3/Python/
Dgetargs.c2524 _PyArg_NoPositional(const char *funcname, PyObject *args) in _PyArg_NoPositional() function