(modname)
| 2197 | if modname.find('.') < 0: |
| 2198 | modules[modname] = 1 |
| 2199 | def onerror(modname): |
| 2200 | callback(None, modname, None) |
| 2201 | ModuleScanner().run(callback, onerror=onerror) |
| 2202 | self.list(modules.keys()) |
| 2203 | self.output.write(''' |
nothing calls this directly
no test coverage detected