class documentation

class classproperty:

View In Hierarchy

Decorator that converts a method with a single cls argument into a property that can be accessed directly from the class.
Method __get__ Undocumented
Method __init__ Undocumented
Method getter Undocumented
Instance Variable fget Undocumented
def __get__(self, instance, cls=None):

Undocumented

def __init__(self, method=None):

Undocumented

def getter(self, method):

Undocumented

fget =

Undocumented