Version: 13.0

    Show / Hide Table of Contents

    Class PythonUtility.Output

    This class is accessed via python code. It mirrors the std output in python. Don't change (e.g) the signatures because things break.

    Inheritance
    System.Object
    PythonUtility.Output
    Namespace: SMT.MastaAPI
    Assembly: SMT.MastaAPI.13.0.dll
    Syntax
    public class Output

    Methods

    close()

    Declaration
    public void close()

    flush()

    Declaration
    public void flush()

    write(String)

    Declaration
    public void write(string str)
    Parameters
    Type Name Description
    System.String str

    writelines(String[])

    Declaration
    public void writelines(string[] str)
    Parameters
    Type Name Description
    System.String[] str
    Back to top