Home
last modified time | relevance | path

Searched refs:_the_null_stream (Results 1 – 1 of 1) sorted by relevance

/external/autotest/client/common_lib/
Dbase_utils.py63 _the_null_stream = _NullStream() variable
88 return _the_null_stream
194 self.stdout_file = _the_null_stream
195 self.stderr_file = _the_null_stream
197 def output_prepare(self, stdout_file=_the_null_stream,
198 stderr_file=_the_null_stream):