The available_result.py module#

Summary#

AvailableResult

Represents a result that can be requested via an operator.

Homogeneity

Enum class listing all possible homogeneity names of results.

available_result_from_name

Create an instance of AvailableResult from a specified results name.

Description#

AvailableResult.

Module contains the class representing the results that an operator can request.

Module detail#

available_result.available_result_from_name(name) AvailableResult#

Create an instance of AvailableResult from a specified results name.

Parameters:

name (str) – Valid property name.

Returns:

Instance created from specified result name.

Return type:

AvailableResult