MCPcopy Index your code
hub / github.com/RustPython/RustPython / UpdatingFile

Class UpdatingFile

Lib/test/test_httplib.py:1025–1029  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1023 yield 'data_two'
1024
1025 class UpdatingFile(io.TextIOBase):
1026 mode = 'r'
1027 d = data()
1028 def read(self, blocksize=-1):
1029 return next(self.d)
1030
1031 expected = b'data'
1032

Callers 1

Calls

no outgoing calls

Tested by 1