Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/python-websockets/websockets
/ __aenter__
Method
__aenter__
src/websockets/asyncio/async_timeout.py:171–173 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
169
return
None
170
171
async
def
__aenter__(self) ->
"Timeout"
:
172
self._do_enter()
173
return
self
174
175
async
def
__aexit__(
176
self,
Callers
nothing calls this directly
Calls
1
_do_enter
Method · 0.95
Tested by
no test coverage detected