Home | History | Annotate | Download | only in python2.7

Lines Matching refs:_fakeout

1170         self._fakeout = _SpoofOut()
1298 got = self._fakeout.getvalue() # the actual output
1299 self._fakeout.truncate(0)
1407 sys.stdout = self._fakeout
1410 # debugging (so it's not still redirected to self._fakeout).