MCPcopy Index your code
hub / github.com/sqlmapproject/sqlmap / decorator

Method decorator

thirdparty/bottle/bottle.py:692–694  ·  view source on GitHub ↗
(func)

Source from the content-addressed store, hash-verified

690 :meth:`add_hook` for details."""
691
692 def decorator(func):
693 self.add_hook(name, func)
694 return func
695
696 return decorator
697

Callers

nothing calls this directly

Calls 6

add_hookMethod · 0.95
add_routeMethod · 0.95
loadFunction · 0.85
yieldroutesFunction · 0.85
RouteClass · 0.85
makelistFunction · 0.70

Tested by

no test coverage detected