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

/pkg/src/modules/
H A Dconfig.py543 class PropList(PropDefined): class in inherits:PropDefined
600 class PropDictionaryList(PropList):
677 class PropSimpleList(PropList):
692 PropList._is_allowed(self, value)
784 class PropPubURIList(PropList):
793 PropList._is_allowed(self, value)
1214 default_type=PropList)
1861 if isinstance(propobj, PropList):

Completed in 10 milliseconds