Paramdict Handler (paramdict.paramDictHandler)¶
- class paramdict.paramDictHandler.baseParamDict(id: str = '', source=None)[source]¶
Base class for paramdicts.
- Parameters:
id (str) – The ID of the paramdict. Must be a string.
source (dict or None) – The source dict to initialize the paramdict from. If None, a new paramdict will be created.
- property cla¶
Returns the class of the paramdict.
- property content¶
Returns the content dict of the paramdict. All contents of this dict can be changed, including class and id.
- property id¶
Returns the ID of the paramdict.