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

Method msg

tools/python-3.11.9-amd64/Lib/modulefinder.py:128–135  ·  view source on GitHub ↗
(self, level, str, *args)

Source from the content-addressed store, hash-verified

126 self.processed_paths = [] # Used in debugging only
127
128 def msg(self, level, str, *args):
129 if level <= self.debug:
130 for i in range(self.indent):
131 print(" ", end=' ')
132 print(str, end=' ')
133 for arg in args:
134 print(repr(arg), end=' ')
135 print()
136
137 def msgin(self, *args):
138 level = args[0]

Callers 7

msginMethod · 0.95
msgoutMethod · 0.95
run_scriptMethod · 0.95
import_hookMethod · 0.95
ensure_fromlistMethod · 0.95
find_all_submodulesMethod · 0.95
_safe_import_hookMethod · 0.95

Calls 1

printFunction · 0.50

Tested by

no test coverage detected