MCPcopy Create free account
hub / github.com/numpy/numpy / __init__

Method __init__

numpy/distutils/intelccompiler.py:108–111  ·  view source on GitHub ↗
(self, verbose=0, dry_run=0, force=0)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

simple_version_matchFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected