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

Method _dbg

tools/python-3.11.9-amd64/Lib/tarfile.py:2757–2761  ·  view source on GitHub ↗

Write debugging output to sys.stderr.

(self, level, msg)

Source from the content-addressed store, hash-verified

2755 yield tarinfo
2756
2757 def _dbg(self, level, msg):
2758 """Write debugging output to sys.stderr.
2759 """
2760 if level <= self.debug:
2761 print(msg, file=sys.stderr)
2762
2763 def __enter__(self):
2764 self._check()

Callers 7

addMethod · 0.95
_get_extract_tarinfoMethod · 0.95
_handle_fatal_errorMethod · 0.95
_extract_memberMethod · 0.95
makeunknownMethod · 0.95
nextMethod · 0.95

Calls 1

printFunction · 0.50

Tested by

no test coverage detected