Show More
@@ -1198,8 +1198,7 class InteractiveShell(Configurable, Magic): | |||
|
1198 | 1198 | if info.found: |
|
1199 | 1199 | return self.inspector.info(info.obj, oname, info=info) |
|
1200 | 1200 | else: |
|
1201 |
return oinspect. |
|
|
1202 | 'found' : False}) | |
|
1201 | return oinspect.object_info(name=oname, found=False) | |
|
1203 | 1202 | |
|
1204 | 1203 | #------------------------------------------------------------------------- |
|
1205 | 1204 | # Things related to history management |
General Comments 0
You need to be logged in to leave comments.
Login now