MCPcopy
hub / github.com/benoitc/gunicorn / is_already_handled

Method is_already_handled

gunicorn/workers/base_async.py:29–31  ·  view source on GitHub ↗
(self, respiter)

Source from the content-addressed store, hash-verified

27 raise NotImplementedError()
28
29 def is_already_handled(self, respiter):
30 # some workers will need to overload this function to raise a StopIteration
31 return respiter == ALREADY_HANDLED
32
33 def handle(self, listener, client, addr):
34 req = None

Callers 2

handle_http2_requestMethod · 0.95
handle_requestMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected