(self, verbose=0, dry_run=0, force=0)
| 106 | compiler_type = 'intelemw' |
| 107 | |
| 108 | def __init__(self, verbose=0, dry_run=0, force=0): |
| 109 | MSVCCompiler.__init__(self, verbose, dry_run, force) |
| 110 | version_match = simple_version_match(start=r'Intel\(R\).*?64,') |
| 111 | self.__version = version_match |
nothing calls this directly
no test coverage detected