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

Function verbose_print

Doc/tools/check-html-ids.py:141–142  ·  view source on GitHub ↗

do nothing

(*args, **kwargs)

Source from the content-addressed store, hash-verified

139 else:
140
141 def verbose_print(*args, **kwargs):
142 """do nothing"""
143
144 if args.command == 'collect':
145 ids = gather_ids(args.htmldir, verbose_print=verbose_print)

Callers 2

gather_idsFunction · 0.70
mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…