MCPcopy Create free account
hub / github.com/Answers4AWS/backup-monkey / _python_cmd

Function _python_cmd

distribute_setup.py:35–37  ·  view source on GitHub ↗
(*args)

Source from the content-addressed store, hash-verified

33 import subprocess
34
35 def _python_cmd(*args):
36 args = (sys.executable,) + args
37 return subprocess.call(args) == 0
38
39except ImportError:
40 # will be used for python 2.3

Callers 2

_installFunction · 0.85
_build_eggFunction · 0.85

Calls 1

quoteFunction · 0.85

Tested by

no test coverage detected