Dashboard
PHP:
8.1.33
OS:
Linux
User:
lawtemple
/
/
usr
/
local
/
python-3.13
/
lib
/
python3.13
📤 Upload
📝 New File
📁 New Folder
Close
Editing: sre_constants.py
import warnings warnings.warn(f"module {__name__!r} is deprecated", DeprecationWarning, stacklevel=2) from re import _constants as _ globals().update({k: v for k, v in vars(_).items() if k[:2] != '__'})
Save
Cancel