MCPcopy Index your code
hub / github.com/pex-tool/pex / __init__

Method __init__

testing/subprocess.py:73–78  ·  view source on GitHub ↗
(
        self,
        args,  # type: Sequence[str]
        **kwargs  # type: Any
    )

Source from the content-addressed store, hash-verified

71
72class Popen(subprocess.Popen):
73 def __init__(
74 self,
75 args, # type: Sequence[str]
76 **kwargs # type: Any
77 ):
78 super(Popen, self).__init__(_safe_args(args), **kwargs) # type: ignore[call-arg]

Callers

nothing calls this directly

Calls 1

_safe_argsFunction · 0.85

Tested by

no test coverage detected