MCPcopy Index your code
hub / github.com/webpy/webpy / processor

Function processor

web/application.py:676–678  ·  view source on GitHub ↗
(handler)

Source from the content-addressed store, hash-verified

674 """
675
676 def processor(handler):
677 h()
678 return handler()
679
680 return processor
681

Callers

nothing calls this directly

Calls 1

wrapFunction · 0.85

Tested by

no test coverage detected