Package motherhamster :: Module cheekpouches :: Class AssetString

Class AssetString



   object --+        
            |        
AssetProperty --+    
                |    
   SimpleProperty --+
                    |
                   AssetString

the class for an editable string on an asset

Instance Methods
 
__init__(self, default='', description=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='', description=None)
(Constructor)

 
Overrides: SimpleProperty.__init__