Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/zappa/Zappa
/ get_venv_from_python_version
Function
get_venv_from_python_version
zappa/utilities.py:248–249 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
246
247
248
def
get_venv_from_python_version() -> str:
249
return
"python{}.{}"
.format(*sys.version_info)
250
251
252
def
get_runtime_from_python_version() -> str:
Callers
4
test_copy_editable_packages
Method · 0.90
create_handler_venv
Method · 0.85
create_lambda_zip
Method · 0.85
_generate_settings_dict
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_copy_editable_packages
Method · 0.72