##// END OF EJS Templates
substitute open(...) for file(...)...
substitute open(...) for file(...) The file type is gone in py3k, and all file objects are under the new io hierarchy. Since open(...) is supported on both Python 2 and 3, use it instead of file in all instances. This isn't caught by 2to3.

File last commit:

r6472:89a00dba
r6650:15f8e057
Show More
index.txt
24 lines | 463 B | text/plain | TextLexer
.. _parallel_index:
====================================
Using IPython for parallel computing
====================================
.. toctree::
:maxdepth: 2
parallel_intro.txt
parallel_process.txt
parallel_multiengine.txt
parallel_task.txt
asyncresult.txt
parallel_mpi.txt
parallel_db.txt
parallel_security.txt
parallel_winhpc.txt
parallel_demos.txt
dag_dependencies.txt
parallel_details.txt
parallel_transition.txt