MCPcopy 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
36except ImportError:
37 # 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