15from .BaseCompilerInterface
import BaseCompilerInterface
24 def __init__(self, data_format=None, pipe_name=None):
This base class specifies methods for communication with compiler.
This class implements methods for communication with compiler using pipes.
remove_pipes(self)
Deletes the pipe files.
evaluate(self, mode=None)
Sends query to compiler and returns deserialized result.
reset_pipes(self)
Resets the buffered reader/writers.
close_pipes(self)
Closes the buffered reader/writers.
__init__(self, data_format=None, pipe_name=None)
Initializes PipeCompilerInterface object.
init_pipes(self)
Creates pipe files for communication.