##// END OF EJS Templates
sigh
nfgf -
Show More
@@ -257,8 +257,8 b' def _function_magic_marker(magic_kind):'
257 return magic_deco
257 return magic_deco
258
258
259
259
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
264 def no_var_expand(magic_func):
264 def no_var_expand(magic_func):
General Comments 0
You need to be logged in to leave comments. Login now