Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/danpaquin/coinbasepro-python
/ get_asks
Method
get_asks
cbpro/order_book.py:210–211 ·
view source on GitHub ↗
(self, price)
Source
from the content-addressed store, hash-verified
208
return
self._asks.peekitem(0)[0]
209
210
def
get_asks(self, price):
211
return
self._asks.get(price)
212
213
def
remove_asks(self, price):
214
del self._asks[price]
Callers
5
add
Method · 0.95
remove
Method · 0.95
match
Method · 0.95
change
Method · 0.95
process_message
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected