MCPcopy 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.
69def _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

addMethod · 0.85
buildMethod · 0.85
_handleMethod · 0.85
_castMethod · 0.85
wsgiMethod · 0.85
wrapperMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected