Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ main
Function
main
examples/py/async-generator-basic.py:19–21 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
17
18
19
async
def
main():
20
async
for
ticker in poll():
21
print(ticker)
22
23
24
asyncio.run(main())
Callers
1
async-generator-basic.py
File · 0.70
Calls
1
poll
Function · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…