PyMethodDef.ml_flags

Combination of METH_xxx flags, which mostly describe the args expected by the C func

struct PyMethodDef
int ml_flags;

Meta