Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ccxt/ccxt
/ reusable_future
Method
reusable_future
python/ccxt/async_support/base/ws/client.py:90–91 ·
view source on GitHub ↗
(self, message_hash)
Source
from the content-addressed store, hash-verified
88
return
future
89
90
def
reusable_future(self, message_hash):
91
return
self.future(message_hash)
# only used in go
92
93
def
reusableFuture(self, message_hash):
94
return
self.future(message_hash)
# only used in go
Callers
nothing calls this directly
Calls
1
future
Method · 0.95
Tested by
no test coverage detected