Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x676e67/wreq-python
/ gen
Function
gen
python/examples/blocking/body.py:4–6 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
2
3
4
def
gen():
5
for
i in range(10):
6
yield
i.to_bytes()
7
8
9
def
main():
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected