Searched refs:_the_null_stream (Results 1 – 1 of 1) sorted by relevance
63 _the_null_stream = _NullStream() variable88 return _the_null_stream194 self.stdout_file = _the_null_stream195 self.stderr_file = _the_null_stream197 def output_prepare(self, stdout_file=_the_null_stream,198 stderr_file=_the_null_stream):