mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Added PyArg_NoArgs(v)
This commit is contained in:
parent
ff18df0eb3
commit
d2002c79f0
1 changed files with 1 additions and 0 deletions
|
@ -317,6 +317,7 @@ typedef struct methodlist PyMethodDef;
|
|||
#define Py_BuildValue mkvalue
|
||||
#define Py_VaBuildValue vmkvalue
|
||||
#define PyArg_Parse getargs
|
||||
#define PyArg_NoArgs(v) getargs(v, "")
|
||||
#define PyArg_GetChar getichararg
|
||||
#define PyArg_GetDoubleArray getidoublearray
|
||||
#define PyArg_GetFloat getifloatarg
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue