ConverterBase.convert¶
- abstract ConverterBase.convert(operator)[source]¶
Accept the Operator and return the converted Operator
- Parameters
operator (
OperatorBase
) – The Operator to convert.- Return type
- Returns
The converted Operator.
Accept the Operator and return the converted Operator
operator (OperatorBase
) – The Operator to convert.
The converted Operator.