MCPcopy Create free account
hub / github.com/ZiniuLu/Python-100-Days / coroutine01.py

File coroutine01.py

Day66-75/code/coroutine01.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1from time import sleep
2
3
4def countdown_gen(n, consumer):

Callers

nothing calls this directly

Calls 1

mainFunction · 0.70

Tested by

no test coverage detected