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

Function fin

tests/test_config.py:320–321  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

318 default.write("bind='0.0.0.0:9090'")
319
320 def fin():
321 os.unlink(default_config)
322 request.addfinalizer(fin)
323
324 return default

Callers

nothing calls this directly

Calls 1

unlinkMethod · 0.80

Tested by

no test coverage detected