Comment on Python JIT project was asked to pause developmentparentComments−LtWorf3moYou can use anything immutable like a string, a number, a tuple of immutables, a frozendict, any dataclass with frozen=True, and so on.No need to do the annoying if x is None.
Comments
You can use anything immutable like a string, a number, a tuple of immutables, a frozendict, any dataclass with frozen=True, and so on.
No need to do the annoying if x is None.