You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, this is not solved with the current solution:
PreprocessedData.delete(ppd.id)
ppd.whatever = 55
IMOO, I think it will be safer being an instance method because in such case we can invalidate the .id attribute by setting it to -1 and then do some decorator magic to check that value before any function is executed and raise a useful error.