class documentation

class MethodViewType(type):

View In Hierarchy

Metaclass for MethodView that determines what methods the view defines.
Method __init__ Undocumented
def __init__(cls, name, bases, d):

Undocumented