Hi, how does caching w/ `NamedTuple` s work? Does ...
# ask-the-community
r
Hi, how does caching w/
NamedTuple
s work? Does each field in the
NamedTuple
just need to have an appropriate annotation w/ the
HashMethod
?
k
Named tuples is just multi output
So yes
152 Views