(modname)
| 2293 | if modname.find('.') < 0: |
| 2294 | modules[modname] = 1 |
| 2295 | def onerror(modname): |
| 2296 | callback(None, modname, None) |
| 2297 | ModuleScanner().run(callback, onerror=onerror) |
| 2298 | self.list(modules.keys()) |
| 2299 | self.output.write(''' |
nothing calls this directly
no test coverage detected