MCPcopy 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
4def gen():
5 for i in range(10):
6 yield i.to_bytes()
7
8
9def main():

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected