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

Method dist_error

numpy/distutils/ccompiler_opt.py:680–683  ·  view source on GitHub ↗

Raise a compiler error

(*args)

Source from the content-addressed store, hash-verified

678
679 @staticmethod
680 def dist_error(*args):
681 """Raise a compiler error"""
682 from distutils.errors import CompileError
683 raise CompileError(_Distutils._dist_str(*args))
684
685 @staticmethod
686 def dist_fatal(*args):

Callers 2

_dist_test_spawnMethod · 0.80
dist_compileMethod · 0.80

Calls 1

_dist_strMethod · 0.80

Tested by 1

dist_compileMethod · 0.64