configurableProperty¶
 
- 
class configurableProperty(name, fget, fset, obj=None)[source]¶
- A dummy class used to handle properties with the configuration API - Warning - this class is intended for internal use by the configuration package. Do not instantiate it directly in your code. Use - BaseConfigurableClass.registerConfigProperty()instead.- 
applyConfig(value, depth=-1)[source]¶
- calls the fset function for this property with the given value. The depth parameter is ignored 
 
-