Package motherhamster :: Module cheekpouches :: Class AssetInteger

Class AssetInteger



   object --+        
            |        
AssetProperty --+    
                |    
   SimpleProperty --+
                    |
                   AssetInteger

the class for an editable number that can take a range of values

Instance Methods
 
__init__(self, default=0, units='', min=-2147483648, max=2147483648, description=None, step=None)

Inherited from SimpleProperty: __get__, get_new

Inherited from AssetProperty: asset_has_default

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties

Inherited from object: __class__

Method Details

__init__(self, default=0, units='', min=-2147483648, max=2147483648, description=None, step=None)
(Constructor)

 
Overrides: SimpleProperty.__init__