Home
last modified time | relevance | path

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

/third_party/python/Include/
Dmodsupport.h18 #define PyArg_VaParse _PyArg_VaParse_SizeT macro
/third_party/python/Python/
Dgetargs.c174 PyArg_VaParse(PyObject *args, const char *format, va_list va) in PyArg_VaParse() function