METH_CLASS

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.

enum int METH_CLASS;

Meta