Show More
@@ -1039,6 +1039,7 b' Currently the magic system has the following functions:\\n"""' | |||||
1039 | user_ns = self.user_ns # local lookup, heavily used |
|
1039 | user_ns = self.user_ns # local lookup, heavily used | |
1040 |
|
1040 | |||
1041 | for target in args: |
|
1041 | for target in args: | |
|
1042 | target = target.lower() # make matches case insensitive | |||
1042 | if target == 'out': |
|
1043 | if target == 'out': | |
1043 | print "Flushing output cache (%d entries)" % len(user_ns['_oh']) |
|
1044 | print "Flushing output cache (%d entries)" % len(user_ns['_oh']) | |
1044 | self.displayhook.flush() |
|
1045 | self.displayhook.flush() |
General Comments 0
You need to be logged in to leave comments.
Login now