Lines Matching defs:Property
40 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):
242 if not isinstance(other, Property):
247 if not isinstance(other, Property):
258 if not isinstance(other, Property):
265 if not isinstance(other, Property):
340 prop_type=Property, value_map=None):
392 class PropBool(Property):
396 Property.__init__(self, name, default=default,
399 @Property.value.setter
419 class PropInt(Property):
428 Property.__init__(self, name, default=default,
432 prop = Property.__copy__(self)
447 @Property.value.setter
469 class PropPublisher(Property):
472 @Property.value.setter
488 class PropDefined(Property):
495 Property.__init__(self, name, default=default,
499 prop = Property.__copy__(self)
509 Property._is_allowed(self, value)
671 Property._is_allowed(self, key)
674 Property._is_allowed(self, val)
742 class PropPubURI(Property):
751 Property._is_allowed(self, value)
834 class PropUUID(Property):
849 class PropVersion(Property):
854 Property.__init__(self, name, default=default,
860 @Property.value.setter
1080 def _get_matching_property(self, section, name, default_type=Property):
1081 """Returns the Property object matching the given name for
1102 if not isinstance(p, Property)
1136 def __get_property_def(self, secdef, name, default_type=Property):
1137 """Returns a new Property object for the given name based on
1197 if not isinstance(p, Property)
1614 assert isinstance(p, Property)
1679 return _("Property name '{name}' is not valid. Property "
1733 (one-level deep) configuration data. Property groups should be named