Show More
@@ -260,6 +260,7 b' def _function_magic_marker(magic_kind):' | |||||
260 | MAGIC_NO_VAR_EXPAND_ATTR = '_ipython_magic_no_var_expand' |
|
260 | MAGIC_NO_VAR_EXPAND_ATTR = '_ipython_magic_no_var_expand' | |
261 | MAGIC_OUTPUT_CAN_BE_DISABLED = '_ipython_magic_output_can_be_disabled' |
|
261 | MAGIC_OUTPUT_CAN_BE_DISABLED = '_ipython_magic_output_can_be_disabled' | |
262 |
|
262 | |||
|
263 | ||||
263 | def no_var_expand(magic_func): |
|
264 | def no_var_expand(magic_func): | |
264 | """Mark a magic function as not needing variable expansion |
|
265 | """Mark a magic function as not needing variable expansion | |
265 |
|
266 |
General Comments 0
You need to be logged in to leave comments.
Login now