frozendict¶
-
class
sknano.core.collections.frozendict(data)[source] [edit on github][source]¶ Bases:
collections.abc.MappingA simple implementation of a read-only frozen
dict.Methods
get((k[,d]) -> D[k] if k in D, ...)items(...)keys(...)values(...)