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

Function futuresClientAsync

tests/conftest.py:74–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73@pytest_asyncio.fixture(scope="function")
74async def futuresClientAsync():
75 client = AsyncClient(
76 futures_api_key, futures_api_secret, https_proxy=proxy, testnet=testnet
77 )
78 try:
79 yield client
80 finally:
81 await client.close_connection()
82
83
84@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…