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

Method can_ccompiler_link

numpy/distutils/fcompiler/__init__.py:719–724  ·  view source on GitHub ↗

Check if the given C compiler can link objects produced by this compiler.

(self, ccompiler)

Source from the content-addressed store, hash-verified

717 return hook_name()
718
719 def can_ccompiler_link(self, ccompiler):
720 """
721 Check if the given C compiler can link objects produced by
722 this compiler.
723 """
724 return True
725
726 def wrap_unlinkable_objects(self, objects, output_dir, extra_dll_dir):
727 """

Callers 2

build_extensionMethod · 0.45
build_a_libraryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected