Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/danpaquin/coinbasepro-python
/ set_bids
Method
set_bids
cbpro/order_book.py:228–229 ·
view source on GitHub ↗
(self, price, bids)
Source
from the content-addressed store, hash-verified
226
del self._bids[price]
227
228
def
set_bids(self, price, bids):
229
self._bids[price] = bids
230
231
232
if
__name__ ==
'__main__'
:
Callers
4
add
Method · 0.95
remove
Method · 0.95
match
Method · 0.95
change
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected