Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Mnexa-AI/e2a
/ _env
Function
_env
sdks/python/src/e2a/v1/client.py:86–88 ·
view source on GitHub ↗
(name: str)
Source
from the content-addressed store, hash-verified
84
85
86
def
_env(name: str) -> Optional[str]:
87
v = os.environ.get(name)
88
return
v or None
89
90
91
def
_coerce(model_cls: Type[T], body: Optional[Body]) -> T:
Callers
1
__init__
Method · 0.85
Calls
1
get
Method · 0.45
Tested by
no test coverage detected