mahmoud / glom

☄️ Python's nested data operator (and CLI), for all your declarative restructuring needs. Got data? Glom it! ☄️
https://glom.readthedocs.io
Other
1.89k stars 61 forks source link

Or() kwarg -- errors= #212

Open kurtbrose opened 3 years ago

kurtbrose commented 3 years ago

basically a kwarg to say "count any exception as meaning to move on to the next option"

not sure if this is a good idea or not -- this is a difference between schema.Or and glom.Or