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

Method info

examples/dirty_example/test_worker_integration.py:31–31  ·  view source on GitHub ↗
(self, msg, *args)

Source from the content-addressed store, hash-verified

29 """Mock logger for testing."""
30 def debug(self, msg, *args): print(f"[DEBUG] {msg % args if args else msg}")
31 def info(self, msg, *args): print(f"[INFO] {msg % args if args else msg}")
32 def warning(self, msg, *args): print(f"[WARN] {msg % args if args else msg}")
33 def error(self, msg, *args): print(f"[ERROR] {msg % args if args else msg}")
34 def close_on_exec(self): pass

Callers 10

appFunction · 0.45
post_forkFunction · 0.45
pre_execFunction · 0.45
when_readyFunction · 0.45
worker_intFunction · 0.45
worker_abortFunction · 0.45
runMethod · 0.45
on_startingFunction · 0.45
when_readyFunction · 0.45
worker_intFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected