Searched defs:Property (Results 1 - 1 of 1) sorted by relevance

/pkg/src/modules/
H A Dconfig.py40 Property Class
93 return _("Property name '{0}' is not valid. Section names "
108 return _("Property template name '{0}' is not valid.").format(
148 return _("Property '{prop}' in section '{section}' "
151 return _("Property {0} doesn't allow multiple values.").format(
217 class Property(object): class in inherits:object
242 if not isinstance(other, Property):
247 if not isinstance(other, Property):
258 if not isinstance(other, Property):
265 if not isinstance(other, Property)
[all...]

Completed in 7 milliseconds