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
Maybe this is already possible, but it would be nice to be able to use Python's dictionary method get() (with a default if the key is not found) for CLAMData, so that you can put e.g.
Maybe this is already possible, but it would be nice to be able to use Python's dictionary method get() (with a default if the key is not found) for CLAMData, so that you can put e.g.
instead of
or something equivalent. Maybe by subclassing Mapping?
The text was updated successfully, but these errors were encountered: