It appears that one can only create a frozenset using the frozenset() constructor.
Is this true or is there a textual way to create a frozen set? I can find no evidence one way or the other in the docs.
It appears that one can only create a frozenset using the frozenset() constructor.
Is this true or is there a textual way to create a frozen set? I can find no evidence one way or the other in the docs.
Copyright © 2021 Jogjafile Inc.
One sentence above what you linked is the answer (emphasis mine):
So in short, no, there is no way to do that