polymerist.genutils.containers
Custom data containers with useful properties
Attributes
Classes
A defaultdict which can be recursively nested indefinitely |
|
For storing and comparing unordered collections of items |
Module Contents
- polymerist.genutils.containers.T
- class polymerist.genutils.containers.RecursiveDict(*args, **kwargs)[source]
Bases:
collections.defaultdictA defaultdict which can be recursively nested indefinitely
- class polymerist.genutils.containers.UnorderedRegistry(*defaults: Iterable[T])[source]
For storing and comparing unordered collections of items
- elements: list[collections.Counter] = []