Method summary
Methods
- __init__(self)
- add(self, val)
Adds a value to the queue
API Reference for Enthought Tool Suite 3.0.1
A circular set. A set that maxes at a given size, replacing the oldest element after maximum size. This implementation is NOT thread safe. (generate() below is thread safe, though)
Adds a value to the queue
© Copyright 2002-2008 Enthought, Inc.