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

Function _raise

thirdparty/bottle/bottle.py:117–118  ·  view source on GitHub ↗
(*a)

Source from the content-addressed store, hash-verified

115 imap = map
116
117 def _raise(*a):
118 raise a[0](a[1]).with_traceback(a[2])
119else: # 2.x
120 import httplib
121 import thread

Callers 1

start_responseMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…