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

Method dist_fatal

numpy/distutils/ccompiler_opt.py:686–689  ·  view source on GitHub ↗

Raise a distutils error

(*args)

Source from the content-addressed store, hash-verified

684
685 @staticmethod
686 def dist_fatal(*args):
687 """Raise a distutils error"""
688 from distutils.errors import DistutilsError
689 raise DistutilsError(_Distutils._dist_str(*args))
690
691 @staticmethod
692 def dist_log(*args, stderr=False):

Callers 9

__init__Method · 0.80
feature_testMethod · 0.80
feature_extra_checksMethod · 0.80
parse_targetsMethod · 0.80
_parse_arg_featuresMethod · 0.80
_parse_target_tokensMethod · 0.80
_parse_token_policyMethod · 0.80
_parse_token_groupMethod · 0.80
_parse_multi_targetMethod · 0.80

Calls 1

_dist_strMethod · 0.80

Tested by

no test coverage detected