MCPcopy Index your code
hub / github.com/python/cpython / __enter__

Method __enter__

Lib/test/test_asyncio/test_ssl.py:1790–1792  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1788 self.join()
1789
1790 def __enter__(self):
1791 self.start()
1792 return self
1793
1794 def __exit__(self, *exc):
1795 self.stop()

Callers

nothing calls this directly

Calls 1

startMethod · 0.45

Tested by

no test coverage detected