Package src :: Package com :: Package deviceatlas :: Package device :: Module dynamic_value :: Class DynamicValue
[frames] | no frames]

Class DynamicValue

A DynamicValue holds a reference to a component that should be present before the dynamic value and also a DynamicValueExtractor that is responsible for actually extracting the value from an identifier.

@author DeviceAtlas Limited

Instance Methods
 
__init__(self, component_preceding_dynamic_value_index, dynamic_extractor)
Properties
  component_preceding_dynamic_value_index
  dynamic_extractor
Property Details

component_preceding_dynamic_value_index

Get Method:
unreachable.component_preceding_dynamic_value_index(self)

dynamic_extractor

Get Method:
unreachable.dynamic_extractor(self)