Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ __enter__
Method
__enter__
Lib/test/test_asyncio/functional.py:164–166 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
162
self.join()
163
164
def
__enter__(self):
165
self.start()
166
return
self
167
168
def
__exit__(self, *exc):
169
self.stop()
Callers
nothing calls this directly
Calls
1
start
Method · 0.45
Tested by
no test coverage detected