Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Protected Attributes | List of all members
pip._vendor.pyparsing.util.LRUMemo Class Reference

Public Member Functions

 __init__ (self, capacity)
 
 __getitem__ (self, key)
 
 __setitem__ (self, key, value)
 
 __delitem__ (self, key)
 
 clear (self)
 

Protected Attributes

 _capacity
 
 _active
 
 _memory
 

Detailed Description

A memoizing mapping that retains `capacity` deleted items

The memo tracks retained items by their access order; once `capacity` items
are retained, the least recently used item is discarded.

The documentation for this class was generated from the following file: