Show More
@@ -1,7 +1,7 b'' | |||
|
1 | 1 | # -*- coding: utf-8 -*- |
|
2 | 2 | """Magic functions for InteractiveShell. |
|
3 | 3 | |
|
4 |
$Id: Magic.py 116 |
|
|
4 | $Id: Magic.py 1166 2006-02-15 19:20:58Z vivainio $""" | |
|
5 | 5 | |
|
6 | 6 | #***************************************************************************** |
|
7 | 7 | # Copyright (C) 2001 Janko Hauser <jhauser@zscout.de> and |
@@ -2802,7 +2802,7 b' Defaulting color scheme to \'NoColor\'"""' | |||
|
2802 | 2802 | def magic_quickref(self,arg): |
|
2803 | 2803 | import IPython.usage |
|
2804 | 2804 | page(IPython.usage.quick_reference) |
|
2805 | del IPython.usage | |
|
2805 | ||
|
2806 | 2806 | |
|
2807 | 2807 | |
|
2808 | 2808 | # end Magic |
General Comments 0
You need to be logged in to leave comments.
Login now