Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/danpaquin/coinbasepro-python
/ remove_bids
Method
remove_bids
cbpro/order_book.py:225–226 ·
view source on GitHub ↗
(self, price)
Source
from the content-addressed store, hash-verified
223
return
self._bids.get(price)
224
225
def
remove_bids(self, price):
226
del self._bids[price]
227
228
def
set_bids(self, price, bids):
229
self._bids[price] = bids
Callers
1
remove
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected