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
I want an orderdict that removes a key-value pair after a certain time.
expiringdict is very well suited for this. But I want to add an unlimited number of values.
Is that possible at all?
for example setting the max_len=None
or setting a flag infinite?
Thanks!
The text was updated successfully, but these errors were encountered:
Hello
I want an orderdict that removes a key-value pair after a certain time.
expiringdict is very well suited for this. But I want to add an unlimited number of values.
Is that possible at all?
for example setting the max_len=None
or setting a flag infinite?
Thanks!
The text was updated successfully, but these errors were encountered: