◆ __init__()
def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata.AspectData.__init__ | ( | self, | |
flow_element | |||
) |
Constructor for element data Adds default missing property service if not available.
@type FlowElement:
- Parameters
-
- FlowElement -
Member Function Documentation
◆ get()
def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata.AspectData.get ( self, key ) get - Get a value (unless in a flowElement's restrictedProperties list) If property not found, call the attached missing property service @type key: string
- Parameters
-
- key - the key to get @rtype mixed
- Returns
- The value stored under the chosen key