nrvr.util.classproperty
index
/usr/lib/python2.7/site-packages/nrvr/util/classproperty.py

nrvr.util.classproperty - Utility allowing class properties
 
Class provided by this module is classproperty.

 
Classes
       
__builtin__.object
classproperty

 
class classproperty(__builtin__.object)
    A getter only @classproperty decorator.
 
  Methods defined here:
__get__(self, instance, owner)
__init__(self, getter)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)