I propose adding an empty frozendict singleton.
For example, it would be returned on the following operations:
- frozendict()
- frozendict({})
- frozendict() | frozendict()
- frozendict() | {}
- frozendict.fromkeys([])
Linked PRs
Reactions are currently unavailable
I propose adding an empty frozendict singleton.
For example, it would be returned on the following operations:
Linked PRs