MCPcopy 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
19async def main():
20 async for ticker in poll():
21 print(ticker)
22
23
24asyncio.run(main())

Callers 1

Calls 1

pollFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…