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

Method __init__

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

Source from the content-addressed store, hash-verified

84 compiler_cxx = 'icl'
85
86 def __init__(self, verbose=0, dry_run=0, force=0):
87 MSVCCompiler.__init__(self, verbose, dry_run, force)
88 version_match = simple_version_match(start=r'Intel\(R\).*?32,')
89 self.__version = version_match
90
91 def initialize(self, plat_name=None):
92 MSVCCompiler.initialize(self, plat_name)

Callers

nothing calls this directly

Calls 2

simple_version_matchFunction · 0.90
__init__Method · 0.45

Tested by

no test coverage detected