Show More
@@ -122,7 +122,7 b' class BasicMagics(Magics):' | |||||
122 |
|
122 | |||
123 | for mtype in ('line', 'cell'): |
|
123 | for mtype in ('line', 'cell'): | |
124 | escape = escapes[mtype] |
|
124 | escape = escapes[mtype] | |
125 | for fname, fn in magics: |
|
125 | for fname, fn in magics[mtype].iteritems(): | |
126 |
|
126 | |||
127 | if mode == 'brief': |
|
127 | if mode == 'brief': | |
128 | # only first line |
|
128 | # only first line |
General Comments 0
You need to be logged in to leave comments.
Login now