Skip to content

pass_through_program_converter

PassThroughProgramConverter

A converter that returns the input program as is.

It is used internally in Tranqu as a placeholder when a converter is not needed during transpilation.

convert

convert(program: Any) -> Any

Return the input program as is.

Parameters:

  • program (Any) –

    The program to be converted.

Returns:

  • Any ( Any ) –

    The program returned without any conversion.