Show More
@@ -417,7 +417,7 b' class Inspector(Colorable):' | |||||
417 | If any exception is generated, None is returned instead and the |
|
417 | If any exception is generated, None is returned instead and the | |
418 | exception is suppressed.""" |
|
418 | exception is suppressed.""" | |
419 | if not callable(obj): |
|
419 | if not callable(obj): | |
420 |
return None |
|
420 | return None | |
421 | try: |
|
421 | try: | |
422 | return _render_signature(signature(obj), oname) |
|
422 | return _render_signature(signature(obj), oname) | |
423 | except: |
|
423 | except: |
General Comments 0
You need to be logged in to leave comments.
Login now