allensdk.internal.model.biophysical.passive_fitting.output_grabber module

class allensdk.internal.model.biophysical.passive_fitting.output_grabber.OutputGrabber(stream=None, threaded=False)[source]

Bases: object

Class used to grab standard output or another stream.

escape_char = '\x08'
readOutput(self)[source]

Read the stream data (one byte at a time) and save the text in capturedtext.

start(self)[source]

Start capturing the stream data.

stop(self)[source]

Stop capturing the stream data and save the text in capturedtext.