configurableProperty

Inheritance diagram of 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

createConfig(allowUnpickable=False)[source]

returns value returned by the fget function of this property. the allowUnpickable parameter is ignored

objectName()[source]

returns the name of this property