Home
last modified time | relevance | path

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

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