numpy_ringbuffer
numpy_ringbuffer copied to clipboard
class RingBuffer(Sequence)
The Readme.md says that collections.deque operations are available, but RingBuffer inherits from collections ABC, Sequence? At any rate, I can't access the deque.clear() method.
Am I missing something?