Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ _warn
Function
_warn
Lib/site.py:100–103 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
98
99
100
def
_warn(*args, **kwargs):
101
import
warnings
102
103
warnings.warn(*args, **kwargs)
104
105
106
def
makepath(*paths):
Callers
2
venv
Function · 0.70
__del__
Method · 0.70
Calls
1
warn
Method · 0.45
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…