()
| 52 | } |
| 53 | |
| 54 | func GetPythonLocalInitPath() string { |
| 55 | return helpers.GetEnv("PYTHON_LOCAL_INIT_PATH", PythonLocalInitPath) |
| 56 | } |
| 57 | |
| 58 | func GetPythonRemoteInitPath() string { |
| 59 | return helpers.GetEnv("PYTHON_REMOTE_INIT_PATH", PythonRemoteInitPath) |
no test coverage detected