PyMethodDef

_

Members

Variables

ml_doc
const(char)* ml_doc;

The __doc__ attribute, or NULL

ml_flags
int ml_flags;

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

ml_meth
PyCFunction ml_meth;

The C function that implements it

ml_name
const(char)* ml_name;

The name of the built-in function/method

Meta