MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / spawn

Function spawn

Lib/distutils/spawn.py:17–41  ·  view source on GitHub ↗

Run another program, specified as a command list 'cmd', in a new process. 'cmd' is just the argument list for the new process, ie. cmd[0] is the program to run and cmd[1:] are the rest of its arguments. There is no way to run a program with a name different from that of its executab

(cmd, search_path=1, verbose=0, dry_run=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

_call_external_zipFunction · 0.90
spawnMethod · 0.90
spawnMethod · 0.90
make_tarballFunction · 0.90
make_zipfileFunction · 0.90
byte_compileFunction · 0.90
upload_fileMethod · 0.90
test_tarfile_vs_tarMethod · 0.90
test_spawnMethod · 0.90

Calls 3

_spawn_posixFunction · 0.85
_spawn_ntFunction · 0.85
_spawn_os2Function · 0.85

Tested by 2

test_tarfile_vs_tarMethod · 0.72
test_spawnMethod · 0.72