Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
39
except
ImportError:
40
# will be used for python 2.3
Callers
2
_install
Function · 0.85
_build_egg
Function · 0.85
Calls
1
quote
Function · 0.85
Tested by
no test coverage detected