Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
461
def
get_env_version():
462
return
"release"
if
os.environ.get(
'FEDML_ENV_VERSION'
) is None
else
os.environ[
'FEDML_ENV_VERSION'
]
463
464
465
def
_get_backend_service():
Callers
3
init
Function · 0.85
_get_backend_service
Function · 0.85
_get_mqtt_service
Function · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected