Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/datapane/datapane
/ _raise
Function
_raise
python-client/src/datapane/_vendor/bottle.py:116–117 ·
view source on GitHub ↗
(*a)
Source
from the content-addressed store, hash-verified
114
imap = map
115
116
def
_raise(*a):
117
raise
a[0](a[1]).with_traceback(a[2])
118
else
:
# 2.x
119
import
httplib
120
import
thread
Callers
1
start_response
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected