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

Function socket_manager

tests/test_user_socket_integration.py:24–26  ·  view source on GitHub ↗

Create a BinanceSocketManager using the clientAsync fixture from conftest.

(clientAsync)

Source from the content-addressed store, hash-verified

22
23@pytest_asyncio.fixture
24async def socket_manager(clientAsync):
25 """Create a BinanceSocketManager using the clientAsync fixture from conftest."""
26 return BinanceSocketManager(clientAsync)
27
28
29class TestUserSocketArchitecture:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…