MCPcopy Index your code
hub / github.com/python/cpython / log_verbose

Function log_verbose

Android/android.py:83–87  ·  view source on GitHub ↗
(context, line, stream=sys.stdout)

Source from the content-addressed store, hash-verified

81
82
83def log_verbose(context, line, stream=sys.stdout):
84 if context.verbose:
85 stream.write(line)
86 else:
87 hidden_output.append((stream, line))
88
89
90def delete_glob(pattern):

Callers 2

logcat_taskFunction · 0.85
gradle_taskFunction · 0.85

Calls 2

writeMethod · 0.45
appendMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…