Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dabeaz-course/python-mastery
/ printer
Function
printer
Solutions/8_3/cofollow.py:28–31 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
26
# Sample coroutine
27
@consumer
28
def
printer():
29
while
True:
30
item =
yield
31
print(item)
32
33
# Example use.
34
Callers
1
cofollow.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected