(self, namespace: str = "stdio")
| 44 | _ALL_TM.append(self) |
| 45 | |
| 46 | async def initialize(self, namespace: str = "stdio"): |
| 47 | self.initialized = True |
| 48 | return True |
| 49 | |
| 50 | async def close(self): |
| 51 | self.closed = True |
no outgoing calls
no test coverage detected