xonsh/xontrib/distributed.py
2016-06-04 22:05:23 -04:00

10 lines
No EOL
263 B
Python

"""Hooks for the distributed parallel computing library."""
def _dworker(args, stdin=None):
"""Programatic access to the dworker utility, to allow launching
workers that also have access to xonsh builtins.
"""
pass
aliases['dworker'] = _dworker