📁
File Manager
/lib64/python3.12
7.4.33 · Linux
/
/
lib64
/
python3.12
/lib64/python3.12/sre_compile.py
← Back to folder
import warnings warnings.warn(f"module {__name__!r} is deprecated", DeprecationWarning, stacklevel=2) from re import _compiler as _ globals().update({k: v for k, v in vars(_).items() if k[:2] != '__'})
Cancel
✓ Save