classproperty#

class mergernet.core.utils.classproperty[source]#

Bases: property

Attributes

__new__(**kwargs)#
deleter()#

Descriptor to change the deleter on a property.

getter()#

Descriptor to change the getter on a property.

setter()#

Descriptor to change the setter on a property.

fdel#
fget#
fset#