ConfigCollection¶
- class scooch.ConfigCollection(subtype)¶
A Scooch type that may be used to specify the type of sub-configurables a Scooch Configurable has. In this case it specifies an arbitrary length list of configurables.
Constructor
- Args:
subtype: scooch.Configurable - The type of each Configurable in the dictionary.
- property subtype¶
Retrieves the class specifying the type of Scooch Configurable expected in this dictionary.