8000 Controllable `subprocess` wrapper by tony · Pull Request #336 · vcs-python/libvcs · GitHub
[go: up one dir, main page]

Skip to content

Controllable subprocess wrapper #336

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
May 1, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
docs: libvcs.utils.subprocess
  • Loading branch information
tony committed May 1, 2022
commit f44d48ed91946d68dacc55c8ee6016fe4eca3454
1 change: 1 addition & 0 deletions docs/contributing/internals/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ stability policy.
exc
types
query_list
subprocess
```
13 changes: 13 additions & 0 deletions docs/contributing/internals/subprocess.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# `libvcs.utils.subprocess`

```{eval-rst}
.. autoapimodule:: libvcs.utils.subprocess
:members:
:exclude-members:
StrOrBytesPath, F, args, bufsize,
executable, stdin, stdout, stderr, preexec_fn, cwd,
close_fds, shell, cmd, env, text, universal_newlines,
startupinfo, creationflags, restore_signals, start_new_session,
group, extra_groups, user, umask, pass_fds, encoding, errors,

```
0