(modname)
| 2245 | if modname.find('.') < 0: |
| 2246 | modules[modname] = 1 |
| 2247 | def onerror(modname): |
| 2248 | callback(None, modname, None) |
| 2249 | ModuleScanner().run(callback, onerror=onerror) |
| 2250 | self.list(modules.keys()) |
| 2251 | self.output.write(''' |
nothing calls this directly
no test coverage detected