METH_STATIC

METH_CLASS and METH_STATIC are a little different; these control the construction of methods for a class. These cannot be used for functions in modules.

  1. enum int METH_CLASS;
  2. enum int METH_STATIC;
    extern (C)
    enum int METH_STATIC;

Meta