MCPcopy 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
100def _warn(*args, **kwargs):
101 import warnings
102
103 warnings.warn(*args, **kwargs)
104
105
106def makepath(*paths):

Callers 2

venvFunction · 0.70
__del__Method · 0.70

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…