MCPcopy Create free account
hub / github.com/featureform/featureform / GetPythonLocalInitPath

Function GetPythonLocalInitPath

config/config.go:54–56  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers 1

InitializeExecutorMethod · 0.92

Calls 1

GetEnvFunction · 0.92

Tested by

no test coverage detected