MCPcopy Index your code
hub / github.com/RustPython/RustPython / sre_compile.py

File sre_compile.py

Lib/sre_compile.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import warnings
2warnings.warn(f"module {__name__!r} is deprecated",
3 DeprecationWarning,
4 stacklevel=2)

Callers

nothing calls this directly

Calls 5

globalsFunction · 0.85
varsFunction · 0.85
warnMethod · 0.45
updateMethod · 0.45
itemsMethod · 0.45

Tested by

no test coverage detected