MCPcopy
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
248def get_venv_from_python_version() -> str:
249 return "python{}.{}".format(*sys.version_info)
250
251
252def get_runtime_from_python_version() -> str:

Callers 4

create_handler_venvMethod · 0.85
create_lambda_zipMethod · 0.85

Calls

no outgoing calls

Tested by 1