![]() |
Qucs-S S-parameter Viewer & RF Synthesis Tools
|


Public Attributes | |
| dispose_func | |
| lock | |
Static Public Attributes | |
| ContainerCls = OrderedDict | |
Protected Attributes | |
| _maxsize | |
| _container | |
Provides a thread-safe dict-like container which maintains up to
``maxsize`` keys while throwing away the least-recently-used keys beyond
``maxsize``.
:param maxsize:
Maximum number of recent elements to retain.
:param dispose_func:
Every time an item is evicted from the container,
``dispose_func(value)`` is called. Callback which will get called