()
| 753 | return modulename |
| 754 | |
| 755 | def main(): |
| 756 | if '--help-link' in sys.argv[1:]: |
| 757 | sys.argv.remove('--help-link') |
| 758 | if MESON_ONLY_VER: |
| 759 | outmess("Use --dep for meson builds\n") |
| 760 | else: |
| 761 | from numpy.distutils.system_info import show_all |
| 762 | show_all() |
| 763 | return |
| 764 | |
| 765 | if '-c' in sys.argv[1:]: |
| 766 | run_compile() |
| 767 | else: |
| 768 | run_main(sys.argv[1:]) |
no test coverage detected