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

/pkg/src/modules/
H A Dconfig.py37 Section Class (e.g. PropertySection)
366 """Returns a new PropertySection object based on the template
880 class PropertySection(object): class in inherits: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 objec
[all...]

Completed in 12 milliseconds