numpy_ringbuffer icon indicating copy to clipboard operation
numpy_ringbuffer copied to clipboard

class RingBuffer(Sequence)

Open paulobear opened this issue 6 years ago • 0 comments

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?

paulobear avatar Jan 28 '20 23:01 paulobear