File: _py2.py

package info (click to toggle)
python-aenum 3.1.15-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 684 kB
  • sloc: python: 11,510; makefile: 12
file content (7 lines) | stat: -rw-r--r-- 184 bytes parent folder | download
1
2
3
4
5
6
7
from operator import div as _div_
from inspect import getargspec

def raise_with_traceback(exc, tb):
    raise exc, None, tb

__all__ = ['_div_', 'getargspec', 'raise_with_traceback']