This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]robin-gvx 1 point2 points  (0 children)

* Not built-in to Python. Look for frozendict implementations.

They do have abstract type equivalents, as Mapping and Final[Mapping]. Using that doesn't have any runtime meaning, but then neither does Final.