D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
opt
/
hc_python
/
lib
/
python3.8
/
site-packages
/
aenum
/
Filename :
_py2.py
back
Copy
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']