MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / __aenter__

Method __aenter__

src/opencode_ai/_streaming.py:128–129  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

126 ...
127
128 async def __aenter__(self) -> Self:
129 return self
130
131 async def __aexit__(
132 self,

Calls

no outgoing calls