class documentation

class classproperty: (source)

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): (source)

Undocumented

def __init__(self, method=None): (source)

Undocumented

def getter(self, method): (source)

Undocumented

Undocumented