MCPcopy
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_okMethod · 0.95
wshandlerFunction · 0.95
wshandlerFunction · 0.95
indexFunction · 0.95

Calls 1

can_prepareMethod · 0.95

Tested by 1

test_can_start_okMethod · 0.76