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

Function manager

tests/conftest.py:94–97  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93@pytest.fixture(scope="function")
94def manager():
95 return ThreadedWebsocketManager(
96 api_key="test_key", api_secret="test_secret", https_proxy=proxy, testnet=True
97 )
98
99
100@pytest.fixture(autouse=True, scope="function")

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…