MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / link

Method link

Lib/distutils/ccompiler.py:617–664  ·  view source on GitHub ↗

Link a bunch of stuff together to create an executable or shared library file. The "bunch of stuff" consists of the list of object files supplied as 'objects'. 'output_filename' should be a filename. If 'output_dir' is supplied, 'output_filename' is relative to it

(self, target_desc, objects, output_filename, output_dir=None,
             libraries=None, library_dirs=None, runtime_library_dirs=None,
             export_symbols=None, debug=0, extra_preargs=None,
             extra_postargs=None, build_temp=None, target_lang=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 9

link_shared_libMethod · 0.95
link_shared_objectMethod · 0.95
link_executableMethod · 0.95
makelinkMethod · 0.45
addMethod · 0.45
packMethod · 0.45
_lock_fileFunction · 0.45
copy_fileFunction · 0.45
link_shared_objectFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected