##// END OF EJS Templates
Merge pull request #3556 from minrk/no_margv...
Matthias Bussonnier -
r11217:279d3b80 merge
parent child Browse files
Show More
@@ -19,8 +19,6 b' class Macro(object):'
19
19
20 Macro is just a callable that executes a string of IPython
20 Macro is just a callable that executes a string of IPython
21 input when called.
21 input when called.
22
23 Args to macro are available in _margv list if you need them.
24 """
22 """
25
23
26 def __init__(self,code):
24 def __init__(self,code):
General Comments 0
You need to be logged in to leave comments. Login now