##// END OF EJS Templates
Allow run_line_magic to be called from scripts...
Allow run_line_magic to be called from scripts Don't blow up if looking back up the stack trace fails. Reported on rpy2: https://bitbucket.org/lgautier/rpy2/issue/184 /valueerror-call-stack-is-not-deep-enough

File last commit:

r13348:e6afea51
r18937:7dc7169c
Show More
simplevars.py
3 lines | 61 B | text/x-python | PythonLexer
from __future__ import print_function
x = 1
print('x is:',x)