MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / __aexit__

Method __aexit__

example_code/item_078.py:142–143  ·  view source on GitHub ↗
(self, *_)

Source from the content-addressed store, hash-verified

140 return self
141
142 async def __aexit__(self, *_):
143 await self.stop()
144
145
146print("Example 8")

Callers

nothing calls this directly

Calls 1

stopMethod · 0.95

Tested by

no test coverage detected