do nothing
(*args, **kwargs)
| 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) |
no outgoing calls
no test coverage detected
searching dependent graphs…