Current Path : /proc/2568807/root/usr/src/Python-3.12.7/Lib/ |
Current File : //proc/2568807/root/usr/src/Python-3.12.7/Lib/sre_compile.py |
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] != '__'})