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

Function liveClientAsync

tests/conftest.py:85–90  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

83
84@pytest_asyncio.fixture(scope="function")
85async def liveClientAsync():
86 client = AsyncClient(api_key, api_secret, https_proxy=proxy, testnet=False)
87 try:
88 yield client
89 finally:
90 await client.close_connection()
91
92
93@pytest.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…