2.13. ParameterSet¶
2.13.1. Synopsis¶
2.13.1.1. Functions¶
def
__dir__()def
__eq__(rhs)def
__mgetitem__()def
__ne__(rhs)
2.13.1.3. Properties¶
property
display_name[read-only] of strproperty
full_path[read-only] of list of strproperty
parameters[read-only] of list ofParameterproperty
subsets[read-only] of list ofParameterSet
2.13.2. Detailed Description¶
Parameter set instance associated with some data object of the project.
-
class
mocha.project.ParameterSet¶
-
ParameterSet.__dir__()¶ - Return type
object
-
ParameterSet.__mgetitem__()¶ If the key is string value object, returns child parameter set or parameter given its name. If the key is a sequence of string values, traverses it down the hierarchy tree and returns the last parameter/-set item. Note: can be chained.
-
ParameterSet.isNull()¶ - Return type
bool
-
ParameterSet.__ne__(rhs)¶ - Return type
bool
-
ParameterSet.__eq__(rhs)¶ - Return type
bool
-
ParameterSet.full_path¶ - Type
list of str
- Access
read-only Provides access to the full parameter set name list.
-
ParameterSet.parameters¶ - Type
list of
Parameter- Access
read-only Provides access to list of the parameters.
-
ParameterSet.subsets¶ - Type
list of
ParameterSet- Access
read-only Provides access to list of the parameter subsets.
-
ParameterSet.display_name¶ - Type
str
- Access
read-only Provides access to a display name.