mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-06 01:10:57 +01:00

* refectored builtins * refectored posix and readers * refectored posix and readers * proxies * pipelines * basic procs import cleanup * fixed / refactored tests * procs docs * amalgamate * XONSH_DEBUG=1 in tests * exclude xonsh.procs mypy * Use `pip install` instead of `python setup.py install` * Update docs/api/procs/pipelines.rst Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com> Co-authored-by: Gil Forsyth <gil@forsyth.dev> Co-authored-by: Gil Forsyth <gforsyth@users.noreply.github.com>
9 lines
253 B
ReStructuredText
9 lines
253 B
ReStructuredText
.. _xonsh_procs_proxies:
|
|
|
|
***************************************************
|
|
Subprocess Python Proxies (``xonsh.procs.proxies``)
|
|
***************************************************
|
|
|
|
.. automodule:: xonsh.procs.proxies
|
|
:members:
|
|
:undoc-members:
|