Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
265
def
get_python_path():
266
""
"Get Python path."
""
267
return
os.path.dirname(sys.executable)
268
269
270
def
get_python_include_path():
Callers
1
setup_environ
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected