Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ data
Method
data
Lib/test/test_httplib.py:1066–1069 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1064
1065
def
test_send_updating_file(self):
1066
def
data():
1067
yield
'data'
1068
yield
None
1069
yield
'data_two'
1070
1071
class
UpdatingFile(io.TextIOBase):
1072
mode =
'r'
Callers
1
test_data
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected