Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fluentpython/example-code-2e
/ _e
Function
_e
21-async/mojifinder/bottle.py:69–69 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
68
# Workaround for the missing "as" keyword in py3k.
69
def
_e():
return
sys.exc_info()[1]
70
71
# Workaround for the "print is a keyword/function" Python 2/3 dilemma
72
# and a fallback for mod_wsgi (resticts stdout/err attribute access)
Callers
6
add
Method · 0.85
build
Method · 0.85
_handle
Method · 0.85
_cast
Method · 0.85
wsgi
Method · 0.85
wrapper
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected