MCPcopy
hub / github.com/aio-libs/aiohttp / PrepareResource

Class PrepareResource

benchmark/async.py:144–150  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

142 return TestResource(name=name.decode('utf-8'))
143
144 class PrepareResource(Resource):
145
146 isLeaf = True
147
148 def render_GET(self, request):
149 gc.collect()
150 return b'OK'
151
152 class StopResource(Resource):
153

Callers 1

run_twistedFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected