module documentation

Generic data structures and collection classes.

Class AccessTrackingDict A dict that tracks access of its original items.
Class AliasingDict A dictionary that supports key aliasing.
Class AliasingMonitorDict The dictionary that supports aliasing, lazy dict and monitor.
Class Box A mutable shared value.
Class HashableDict A AliasingDict subclass that can be hashed.
Class MonitorDict A dictionary that monitors changes to its cfg.Variable values.
Class ParserWrapper Wrapper that adds arguments to a parser while recording them.
Class UnionFind A disjoint-set data structure for `AliasingDict`.
Exception AliasingDictConflictError Undocumented
Type Variable _K Undocumented
Type Variable _V Undocumented

Undocumented

Value
TypeVar('_K')

Undocumented

Value
TypeVar('_V')