marrow / WebCore

WebCore, the super tiny and blazingly fast modular Python web nanoframework.
MIT License
94 stars 10 forks source link

Annotation extension support for use of default value in the event of casting failure. #180

Open amcgregor opened 7 years ago

amcgregor commented 7 years ago

Soft-fail option to handle ValueError and TypeError (configurable tuple or set of Exception subclasses), optionally logging (configure via logging level or None) a message about discarded values then utilize the default instead.