METH_O

METH_NOARGS and METH_O must not be combined with the flags above.

  1. enum int METH_NOARGS;
  2. enum int METH_O;
    extern (C)
    enum int METH_O;

Meta