MCPcopy Index your code
hub / github.com/python/cpython / UpdatingFile

Class UpdatingFile

Lib/test/test_httplib.py:1071–1075  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1069 yield 'data_two'
1070
1071 class UpdatingFile(io.TextIOBase):
1072 mode = 'r'
1073 d = data()
1074 def read(self, blocksize=-1):
1075 return next(self.d)
1076
1077 expected = b'data'
1078

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…