fitbenchmarking.utils.output_grabber module¶
-
class
fitbenchmarking.utils.output_grabber.OutputGrabber(options)¶ Bases:
objectClass used to grab outputs for stdout and stderr
-
class
fitbenchmarking.utils.output_grabber.StreamGrabber(stream)¶ Bases:
objectClass used to grab an output stream.
-
escape_char= '\x08'¶
-
readOutput()¶ Read the stream data (one byte at a time) and save the text in capturedtext.
-
start()¶ Start capturing the stream data.
-
stop()¶ Stop capturing the stream data and save the text in capturedtext.
-