object_model.strategy.Strategy

object_model.strategy.Strategy(self, data)

Strategy class that holds all the information for a specific strategy.

Methods

Name Description
get_measures Get the measures paths and types.

get_measures

object_model.strategy.Strategy.get_measures()

Get the measures paths and types.

Back to top