_python_interpreter
get_python_interpreter_or_422(*, python_version, resource)
¶
Verify that the requested Python version is available for this resource.
| PARAMETER | DESCRIPTION |
|---|---|
python_version
|
TYPE:
|
resource
|
TYPE:
|
Source code in fractal_server/app/routes/aux/_python_interpreter.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 | |