configurableProperty
¶
digraph inheritance8ba804f568 {
rankdir=UD;
ratio=compress;
size="8.0, 12.0";
"configurableProperty" [color=dodgerblue1,fontcolor=black,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.5,shape=box,style=rounded,tooltip="A dummy class used to handle properties with the configuration API"];
}
-
class
configurableProperty
(name, fget, fset, obj=None)[source]¶ Bases:
object
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
-