##// END OF EJS Templates
Fix locals collisions with shell variables...
Fix locals collisions with shell variables Fixes issues with namespace collisions, e.g. : ```python cfg = 'trap' %config IPCompleter.use_jedi = False ``` Causes: `AttributeError: 'str' object has no attribute 'IPCompleter'` fixes https://github.com/ipython/ipython/issues/11835
linar-jether -
r25530:023e5b5d
Show More
Name Size Modified Last Commit Author
/ IPython / external / decorators
__init__.py Loading ...
_decorators.py Loading ...
_numpy_testing_noseclasses.py Loading ...