MCPcopy 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
86def _env(name: str) -> Optional[str]:
87 v = os.environ.get(name)
88 return v or None
89
90
91def _coerce(model_cls: Type[T], body: Optional[Body]) -> T:

Callers 1

__init__Method · 0.85

Calls 1

getMethod · 0.45

Tested by

no test coverage detected