Show More
@@ -1471,7 +1471,7 b' class InteractiveShell(SingletonConfigurable):' | |||||
1471 | ] |
|
1471 | ] | |
1472 |
|
1472 | |||
1473 | # initialize results to 'null' |
|
1473 | # initialize results to 'null' | |
1474 |
found = False; obj = None; ospace = None; ds = None |
|
1474 | found = False; obj = None; ospace = None; ds = None | |
1475 | ismagic = False; isalias = False; parent = None |
|
1475 | ismagic = False; isalias = False; parent = None | |
1476 |
|
1476 | |||
1477 | # We need to special-case 'print', which as of python2.6 registers as a |
|
1477 | # We need to special-case 'print', which as of python2.6 registers as a |
General Comments 0
You need to be logged in to leave comments.
Login now