pymor.tools.frozendict

Module Contents

Classes

FrozenDict

An immutable dictionary.

SortedFrozenDict

A sorted immutable dictionary.

class pymor.tools.frozendict.FrozenDict(*args, **kwargs)[source]

Bases: dict

An immutable dictionary.

__slots__ = [][source]
property _blocked_attribute(self)[source]
_post_init(self)[source]
__repr__(self)[source]

Return repr(self).

__reduce__(self)[source]

Helper for pickle.

class pymor.tools.frozendict.SortedFrozenDict(*args, **kwargs)[source]

Bases: FrozenDict

A sorted immutable dictionary.

__slots__ = [][source]
__repr__(self)[source]

Return repr(self).