Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ __init__
Method
__init__
thirdparty/bottle/bottle.py:221–223 ·
view source on GitHub ↗
(self, func)
Source
from the content-addressed store, hash-verified
219
property.
""
"
220
221
def
__init__(self, func):
222
update_wrapper(self, func)
223
self.func = func
224
225
def
__get__(self, obj, cls):
226
if
obj is None:
return
self
Callers
nothing calls this directly
Calls
1
update_wrapper
Function · 0.85
Tested by
no test coverage detected