closeio / cleancat

Validation and serialization library for Python designed to be used with JSON REST frameworks
MIT License
52 stars 8 forks source link

Stop using hasattr #40

Closed wojcikstefan closed 6 years ago

wojcikstefan commented 6 years ago

hasattr's usage is discouraged because it swallows exceptions, some of which should've bubbled to the surface.