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

Lines Matching full:_stream

387 class _Stream:
395 _Stream is intended to be used only internally.
399 """Construct a _Stream object.
483 """Close the _Stream object. No operation should be
614 # class _Stream
1689 _Stream(name, filemode, comptype, fileobj, bufsize),
2124 if isinstance(self.fileobj, _Stream):