MCPcopy Create free account
hub / github.com/webpy/webpy / cleanup

Method cleanup

web/application.py:335–337  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

333 start_resp(status, headers)
334
335 def cleanup():
336 self._cleanup()
337 yield b"" # force this function to be a generator
338
339 return itertools.chain(result, cleanup())
340

Callers

nothing calls this directly

Calls 1

_cleanupMethod · 0.95

Tested by

no test coverage detected