ModelProperty¶
-
class
glotaran.model.property.ModelProperty(cls, name, prop_type, doc, default, allow_none)[source]¶ Bases:
propertyAttributes Summary
Methods Summary
Descriptor to change the deleter on a property.
Descriptor to change the getter on a property.
Descriptor to change the setter on a property.
Methods Documentation
-
property
allow_none¶
-
deleter()¶ Descriptor to change the deleter on a property.
-
fdel¶
-
fget¶
-
fset¶
-
getter()¶ Descriptor to change the getter on a property.
-
setter()¶ Descriptor to change the setter on a property.
-
property