MCPcopy Index your code
hub / github.com/FedML-AI/FedML / get_env_version

Function get_env_version

python/fedml/__init__.py:461–462  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

459
460
461def get_env_version():
462 return "release" if os.environ.get('FEDML_ENV_VERSION') is None else os.environ['FEDML_ENV_VERSION']
463
464
465def _get_backend_service():

Callers 3

initFunction · 0.85
_get_backend_serviceFunction · 0.85
_get_mqtt_serviceFunction · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected