MCPcopy Create free account
hub / github.com/sammchardy/python-binance / clientAsync

Function clientAsync

tests/conftest.py:65–70  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63
64@pytest_asyncio.fixture(scope="function")
65async def clientAsync():
66 client = AsyncClient(api_key, api_secret, https_proxy=proxy, testnet=testnet)
67 try:
68 yield client
69 finally:
70 await client.close_connection()
71
72
73@pytest_asyncio.fixture(scope="function")

Callers

nothing calls this directly

Calls 2

close_connectionMethod · 0.95
AsyncClientClass · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…