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

Method __init__

python/src/cmdop/_transport.py:48–49  ·  view source on GitHub ↗
(self, fut: asyncio.Future)

Source from the content-addressed store, hash-verified

46 f"core frame exceeds {_MAX_RESPONSE_FRAME_BYTES} bytes"
47 )
48 return await reader.readexactly(size)
49 raise ValueError("invalid frame length varint")
50
51
52def _write_delimited(writer: asyncio.StreamWriter, envelope: pb.Envelope) -> None:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected