Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davispuh/MySQL-for-Python-3
/ _python_cmd
Function
_python_cmd
distribute_setup.py:32–34 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
30
import
subprocess
31
32
def
_python_cmd(*args):
33
args = (sys.executable,) + args
34
return
subprocess.call(args) == 0
35
36
except
ImportError:
37
# 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