ljcooke / see

Python's dir() for humans.
https://ljcooke.github.io/see/
BSD 3-Clause "New" or "Revised" License
244 stars 18 forks source link

handle all exceptions for getattr and show attributes which raised them #3

Closed andreif closed 13 years ago

andreif commented 13 years ago

This commit handles all exceptions for getattr (not just AttributeError) and displays attributes which raised the exceptions (marks them with "??")