Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/aio-libs/aiohttp
/ can_start
Method
can_start
aiohttp/web_ws.py:103–105 ·
view source on GitHub ↗
(self, request)
Source
from the content-addressed store, hash-verified
101
return
True, protocol
102
103
def
can_start(self, request):
104
warnings.warn(
'use .can_prepare(request) instead'
, DeprecationWarning)
105
return
self.can_prepare(request)
106
107
@property
108
def
closed(self):
Callers
4
test_can_start_ok
Method · 0.95
wshandler
Function · 0.95
wshandler
Function · 0.95
index
Function · 0.95
Calls
1
can_prepare
Method · 0.95
Tested by
1
test_can_start_ok
Method · 0.76