MCPcopy Create free account
hub / github.com/commandoperator/cmdop-sdk / ConfirmRequiredFrame

Class ConfirmRequiredFrame

python/src/cmdop/streaming.py:69–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

67
68class AskStream:
69 def __init__(self, transport: Transport, request: pb.Envelope, timeout_ms: int) -> None:
70 self._transport = transport
71 self._request = request
72 self._timeout = timeout_ms / 1000
73 self._started = False
74
75 async def __aiter__(self) -> AsyncIterator[AskFrame]:
76 if self._started:

Callers 1

_frame_from_envelopeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected