/
/
opt
/
hc_python
/
lib
/
python3.12
/
site-packages
/
aenum
Server: server63.web-hosting.com (198.54.116.184)
You: 216.73.216.187
PHP 7.4.33
Dir:
/opt/hc_python/lib/python3.12/site-packages/aenum
Edit:
/opt/hc_python/lib/python3.12/site-packages/aenum/_py3.py
from inspect import getfullargspec as _getfullargspec __all__ = [ 'getargspec', 'raise_with_traceback', 'raise_from_none', ] def getargspec(method): args, varargs, keywords, defaults, _, _, _ = _getfullargspec(method) return args, varargs, keywords, defaults def raise_with_traceback(exc, tb): raise exc.with_traceback(tb) def raise_from_none(exc): raise exc from None
Ukuran: 406 B