Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ls-trace / profile / _traceback.py
Size: Mime:
import traceback


def format_exception(e):
    return traceback.format_exception_only(type(e), e)[0]