MCPcopy
hub / github.com/reflex-dev/reflex / new_process

Function new_process

reflex/utils/processes.py:184–189  ·  view source on GitHub ↗
(
    args: str | list[str] | list[str | None] | list[str | Path | None],
    run: Literal[False] = False,
    show_logs: bool = False,
    **kwargs,
)

Source from the content-addressed store, hash-verified

182
183@overload
184def new_process(
185 args: str | list[str] | list[str | None] | list[str | Path | None],
186 run: Literal[False] = False,
187 show_logs: bool = False,
188 **kwargs,
189) -> subprocess.Popen[str]: ...
190
191
192@overload

Callers 1

Calls 3

fnFunction · 0.50
getMethod · 0.45
joinMethod · 0.45

Tested by

no test coverage detected