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

Method run

tests/t.py:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27
28 def __call__(self, func):
29 def run():
30 src = data_source(self.fname)
31 func(src, RequestParser(src, None, None))
32 run.func_name = func.func_name
33 return run
34

Calls 3

RequestParserClass · 0.90
data_sourceFunction · 0.85
funcFunction · 0.85