Lines Matching defs:PropertySection
37 Section Class (e.g. PropertySection)
366 """Returns a new PropertySection object based on the template
880 class PropertySection(object):
909 if not isinstance(other, PropertySection):
914 if not isinstance(other, PropertySection):
919 if not isinstance(other, PropertySection):
1006 """Returns a new PropertySection object based on the template
1013 return PropertySection(name, properties=[
1042 'definitions' is a dictionary of PropertySection objects indexed
1082 the given PropertySection object, or adds a new one (if it
1159 """Returns a new PropertySection object for the given name based
1166 if not isinstance(s, PropertySection):
1182 return PropertySection(name)
1188 if not isinstance(s, PropertySection):
1239 assert isinstance(section, PropertySection)
1285 """Returns the PropertySection object with the given name.
1473 'definitions' is a dictionary of PropertySection objects indexed
1611 assert isinstance(section, PropertySection)
1749 'definitions' is a dictionary of PropertySection objects indexed