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

Method run

gunicorn/workers/base.py:78–84  ·  view source on GitHub ↗

\ This is the mainloop of a worker process. You should override this method in a subclass to provide the intended behaviour for your particular evil schemes.

(self)

Source from the content-addressed store, hash-verified

76 self.tmp.notify()
77
78 def run(self):
79 """\
80 This is the mainloop of a worker process. You should override
81 this method in a subclass to provide the intended behaviour
82 for your particular evil schemes.
83 """
84 raise NotImplementedError()
85
86 def init_process(self):
87 """\

Callers 2

init_processMethod · 0.95
_run_loopMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected