##// END OF EJS Templates
allow rc.direct_view('all') to be lazily-evaluated...
allow rc.direct_view('all') to be lazily-evaluated This means that the view will always apply to currently-attached engines. Previously, rc.direct_view('all') was equivalent to rc[:], which is evaluated at construction. The behavior of rc[:] is unchanged. associated tests included
MinRK -
r4492:7514a2a6
Show More
Name Size Modified Last Commit Author
/ IPython / frontend / qt
console
__init__.py Loading ...
base_frontend_mixin.py Loading ...
kernelmanager.py Loading ...
rich_text.py Loading ...
svg.py Loading ...
util.py Loading ...