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

Method __init__

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

Source from the content-addressed store, hash-verified

31
32class ExpectResponse(Generic[T]):
33 def __init__(self) -> None:
34 self._value: T
35
36 @property
37 def value(self) -> T:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected