Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/sqlmapproject/sqlmap
/ get_method
Method
get_method
lib/request/methodrequest.py:19–20 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
17
self.method = getText(method.upper())
# Dirty hack for Python3 (may it rot in hell!)
18
19
def
get_method(self):
20
return
getattr(self,
'method'
, _urllib.request.Request.get_method(self))
Callers
3
_start_transaction
Method · 0.80
http_error_302
Method · 0.80
findPageForms
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected