Home | History | Annotate | Download | only in test

Lines Matching refs:NonbytesStream

2444         class NonbytesStream(self.StringIO):
2446 class NonbytesStream(self.StringIO):
2448 t = self.TextIOWrapper(NonbytesStream('a'))
2451 t = self.TextIOWrapper(NonbytesStream('a'))
2454 t = self.TextIOWrapper(NonbytesStream('a'))