Custom Datastructures
Exception wrapping an exception and its traceback.
Parameter: | exc_info – The exception tuple info as returned by traceback.format_exception(). |
---|
A positional queue of a specific length, with slots that are either filled or unfilled. When all of the positions are filled, the queue is considered full().
Parameter: | length – see length. |
---|