Skip to content

Commit f44d48e

Browse files
committed
docs: libvcs.utils.subprocess
1 parent 99bc1ef commit f44d48e

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/contributing/internals/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ stability policy.
1313
exc
1414
types
1515
query_list
16+
subprocess
1617
```
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# `libvcs.utils.subprocess`
2+
3+
```{eval-rst}
4+
.. autoapimodule:: libvcs.utils.subprocess
5+
:members:
6+
:exclude-members:
7+
StrOrBytesPath, F, args, bufsize,
8+
executable, stdin, stdout, stderr, preexec_fn, cwd,
9+
close_fds, shell, cmd, env, text, universal_newlines,
10+
startupinfo, creationflags, restore_signals, start_new_session,
11+
group, extra_groups, user, umask, pass_fds, encoding, errors,
12+
13+
```

0 commit comments

Comments
 (0)