orbit.utils.ParamsDictObject#
- class orbit.utils.ParamsDictObject[source]#
Class. Object that has a parameters dictionary.
Methods
__init__()Constructor.
addParam(key, value)Method.
getParam(key)Method.
getParamsDict()Method.
hasParam(key)Method.
keys()return the list of the keys for the parameters
removeParam(key)Method.
setParam(key, value)Method.
setParamsDict(params)Method.
updateParamsDict(params)Method.