Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/commandoperator/cmdop-sdk
/ _StreamPending
Class
_StreamPending
python/src/cmdop/_transport.py:52–56 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
51
52
class
_StreamPending:
53
__slots__ = (
"queue"
,)
54
55
def
__init__(self, queue: asyncio.Queue) -> None:
56
self.queue = queue
57
58
59
_Pending = _UnaryPending | _StreamPending
Callers
1
_start_stream
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected