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