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

Class AliasedOptionError

numpy/distutils/system_info.py:600–603  ·  view source on GitHub ↗

Aliases entries in config files should not be existing. In section '{section}' we found multiple appearances of options {options}.

Source from the content-addressed store, hash-verified

598
599
600class AliasedOptionError(DistutilsError):
601 """
602 Aliases entries in config files should not be existing.
603 In section '{section}' we found multiple appearances of options {options}."""
604
605
606class AtlasNotFoundError(NotFoundError):

Callers 1

get_option_singleMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected