Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/danpaquin/coinbasepro-python
/ set_asks
Method
set_asks
cbpro/order_book.py:216–217 ·
view source on GitHub ↗
(self, price, asks)
Source
from the content-addressed store, hash-verified
214
del self._asks[price]
215
216
def
set_asks(self, price, asks):
217
self._asks[price] = asks
218
219
def
get_bid(self):
220
return
self._bids.peekitem(-1)[0]
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