Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/danpaquin/coinbasepro-python
/ get_bids
Method
get_bids
cbpro/order_book.py:222–223 ·
view source on GitHub ↗
(self, price)
Source
from the content-addressed store, hash-verified
220
return
self._bids.peekitem(-1)[0]
221
222
def
get_bids(self, price):
223
return
self._bids.get(price)
224
225
def
remove_bids(self, price):
226
del self._bids[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