def clear()
in
jupyter/orderbook.py [0:0]
3
lines of code
1
McCabe index (conditional complexity)
def clear(self) -> None: self.asks.clear() self.bids.clear()