MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / _warn

Function _warn

tools/python-3.11.9-amd64/Lib/idlelib/config.py:771–778  ·  view source on GitHub ↗
(msg, *key)

Source from the content-addressed store, hash-verified

769
770_warned = set()
771def _warn(msg, *key):
772 key = (msg,) + key
773 if key not in _warned:
774 try:
775 print(msg, file=sys.stderr)
776 except OSError:
777 pass
778 _warned.add(key)
779
780
781class ConfigChanges(dict):

Callers 15

pbkdf2_hmacFunction · 0.85
randrangeMethod · 0.85
__del__Method · 0.85
__del__Method · 0.85
__del__Method · 0.85
__del__Method · 0.85
__del__Method · 0.85
__del__Method · 0.85
__del__Method · 0.85
__del__Method · 0.85
__del__Method · 0.85

Calls 2

printFunction · 0.50
addMethod · 0.45

Tested by

no test coverage detected