##// 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 / parallel
apps
client
controller
engine
scripts
tests
__init__.py Loading ...
error.py Loading ...
factory.py Loading ...
util.py Loading ...