##// END OF EJS Templates
avoid calling .f_locals on the current frame...
avoid calling .f_locals on the current frame Calling `.f_locals` on the current frame has the side effect of resetting `self.curframe_locals`.
Quentin Peter -
r25895:db15b48d
Show More
Name Size Modified Last Commit Author
/ IPython / terminal
pt_inputhooks
tests
__init__.py Loading ...
console.py Loading ...
debugger.py Loading ...
embed.py Loading ...
interactiveshell.py Loading ...
ipapp.py Loading ...
magics.py Loading ...
prompts.py Loading ...
ptshell.py Loading ...
ptutils.py Loading ...
shortcuts.py Loading ...