Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dlogging_manager_test.py8 class PipedStringIO(object): class
22 PipedStringIO._instances.add(self)
29 PipedStringIO._instances.remove(self)
110 self.log = PipedStringIO()
121 self.stdout = PipedStringIO()
122 self._log1 = PipedStringIO()
123 self._log2 = PipedStringIO()
145 PipedStringIO.cleanup_all_instances()
156 PipedStringIO.read_all_pipes()