Package motherhamster :: Module cheekpouches :: Class PropertyDeepCopyDefault

Class PropertyDeepCopyDefault



   object --+        
            |        
AssetProperty --+    
                |    
   SimpleProperty --+
                    |
                   PropertyDeepCopyDefault
Known Subclasses:
AssetColor, AssetVec2d

an assetproperty where the default value needs a deep copy

Instance Methods
 
__get__(self, obj, objtype=None)
 
asset_has_default(self, obj, key)
 
get_new(self)

Inherited from SimpleProperty: __init__

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

Properties

Inherited from object: __class__

Method Details

__get__(self, obj, objtype=None)

 
Overrides: SimpleProperty.__get__

asset_has_default(self, obj, key)

 
Overrides: AssetProperty.asset_has_default

get_new(self)

 
Overrides: SimpleProperty.get_new