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