utils.codeinteraction module

class IMTreatment.utils.codeinteraction.RemoveFortranOutput[source]

Bases: object

Context object to remove Fortran output.

to be used with ‘with’ statement.

Examples

>>> with RemoveFortranOutput():
>>>     # put some fortran functions here