MCPcopy Create free account
hub / github.com/Mnexa-AI/e2a / auth_override

Method auth_override

sdks/python/tests/test_contract.py:132–133  ·  view source on GitHub ↗
(self, step: dict[str, Any])

Source from the content-addressed store, hash-verified

130 return v
131
132 def auth_override(self, step: dict[str, Any]) -> str | None:
133 return step.get("auth_override") or self.scenario.get("auth_override")
134
135 def has_auth_override(self, step: dict[str, Any]) -> bool:
136 return self.auth_override(step) is not None

Callers 2

has_auth_overrideMethod · 0.95
_exec_requestMethod · 0.95

Calls 1

getMethod · 0.45

Tested by

no test coverage detected