Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1
import
warnings
2
warnings.warn(f
"module {__name__!r} is deprecated"
,
3
DeprecationWarning,
4
stacklevel=2)
Callers
nothing calls this directly
Calls
5
globals
Function · 0.85
vars
Function · 0.85
warn
Method · 0.45
update
Method · 0.45
items
Method · 0.45
Tested by
no test coverage detected