MCPcopy Create free account
hub / github.com/cztomczak/cefpython / get_python_path

Function get_python_path

tools/common.py:265–267  ·  view source on GitHub ↗

Get Python path.

()

Source from the content-addressed store, hash-verified

263
264
265def get_python_path():
266 """Get Python path."""
267 return os.path.dirname(sys.executable)
268
269
270def get_python_include_path():

Callers 1

setup_environFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected