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

Method _fix_lib_args

Lib/distutils/ccompiler.py:426–459  ·  view source on GitHub ↗

Typecheck and fix up some of the arguments supplied to the 'link_*' methods. Specifically: ensure that all arguments are lists, and augment them with their permanent versions (eg. 'self.libraries' augments 'libraries'). Return a tuple with fixed versions of all argu

(self, libraries, library_dirs, runtime_library_dirs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 4

linkMethod · 0.80
linkMethod · 0.80
linkMethod · 0.80
linkMethod · 0.80

Calls 1

listClass · 0.50

Tested by

no test coverage detected