(modname)
| 2275 | modname = modname[:-9] + ' (package)' |
| 2276 | print(modname, desc and '- ' + desc) |
| 2277 | def onerror(modname): |
| 2278 | pass |
| 2279 | with warnings.catch_warnings(): |
| 2280 | warnings.filterwarnings('ignore') # ignore problems during import |
| 2281 | ModuleScanner().run(callback, key, onerror=onerror) |
no outgoing calls
no test coverage detected
searching dependent graphs…