◆ __init__()
def tests.classes.exampleflowelement1.ExampleFlowElement1.__init__ | ( | self, | |
example_param = None
|
|||
) |
\r\n
def | __init__ (self, example_param=None) |
def tests.classes.exampleflowelement1.ExampleFlowElement1.__init__ | ( | self, | |
example_param = None
|
|||
) |
def tests.classes.exampleflowelement1.ExampleFlowElement1.get_evidence_key_filter | ( | self | ) |
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter.
@rtype: EvidenceKeyFilter
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
def tests.classes.exampleflowelement1.ExampleFlowElement1.process_internal | ( | self, | |
flowdata | |||
) |
The method behind FlowElement.Process - it is called by the process() function.
It is usually overridden by specific flowElements to do their core work.
@type flowdata: FlowData
@rtype: bool
Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.
tests.classes.exampleflowelement1.ExampleFlowElement1.datakey |
tests.classes.exampleflowelement1.ExampleFlowElement1.param_set |
tests.classes.exampleflowelement1.ExampleFlowElement1.properties |