MCPcopy Create free account
hub / github.com/Vinyzu/Botright / value

Method value

tests/server.py:37–40  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

35
36 @property
37 def value(self) -> T:
38 if not hasattr(self, "_value"):
39 raise ValueError("no received value")
40 return self._value
41
42
43class TestServerRequest(http.Request):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected