ParamsDictObject#
- class orbit.utils.ParamsDictObject[source]#
Bases:
objectClass. Object that has a parameters dictionary.
Methods Summary
addParam(key, value)Method.
getParam(key)Method.
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.
Methods Documentation
- hasParam(key)[source]#
Method. Returns True if the object has a parameter for this key. Returns False otherwise.