Home
last modified time | relevance | path

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

/third_party/python/Include/cpython/
Dmodsupport.h34 #define _PyArg_NoPositional(funcname, args) \ macro
/third_party/python/Python/
Dgetargs.c2894 _PyArg_NoPositional(const char *funcname, PyObject *args) in _PyArg_NoPositional() function