MCPcopy Index your code
hub / github.com/RustPython/RustPython / _warn

Function _warn

Lib/site.py:98–101  ·  view source on GitHub ↗
(*args, **kwargs)

Source from the content-addressed store, hash-verified

96
97
98def _warn(*args, **kwargs):
99 import warnings
100
101 warnings.warn(*args, **kwargs)
102
103
104def makepath(*paths):

Callers 2

venvFunction · 0.70
__del__Method · 0.70

Calls 1

warnMethod · 0.45

Tested by

no test coverage detected