Searched refs:run_2to3_capture (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Lib/lib2to3/tests/ |
D | test_main.py | 30 def run_2to3_capture(self, args, in_capture, out_capture, err_capture): member in TestMain 49 ret = self.run_2to3_capture(["-"], input_stream, out_enc, err) 81 ret = self.run_2to3_capture( 110 ret = self.run_2to3_capture( 125 ret = self.run_2to3_capture(
|
/external/python/cpython2/Lib/lib2to3/tests/ |
D | test_main.py | 40 def run_2to3_capture(self, args, in_capture, out_capture, err_capture): member in TestMain 59 ret = self.run_2to3_capture(["-"], input_stream, out_enc, err) 91 ret = self.run_2to3_capture( 120 ret = self.run_2to3_capture( 135 ret = self.run_2to3_capture(
|