Home
last modified time | relevance | path

Searched refs:_Stream (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dtarfile.py332 class _Stream: class
340 _Stream is intended to be used only internally.
344 """Construct a _Stream object.
453 """Close the _Stream object. No operation should be
572 # class _Stream
1856 stream = _Stream(name, filemode, comptype, fileobj, bufsize)
2395 if isinstance(self.fileobj, _Stream):

Completed in 4 milliseconds