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

Method _fix_object_args

Lib/distutils/ccompiler.py:408–424  ·  view source on GitHub ↗

Typecheck and fix up some arguments supplied to various methods. Specifically: ensure that 'objects' is a list; if output_dir is None, replace with self.output_dir. Return fixed versions of 'objects' and 'output_dir'.

(self, objects, output_dir)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 8

create_static_libMethod · 0.80
linkMethod · 0.80
create_static_libMethod · 0.80
linkMethod · 0.80
create_static_libMethod · 0.80
linkMethod · 0.80
create_static_libMethod · 0.80
linkMethod · 0.80

Calls 1

listClass · 0.50

Tested by

no test coverage detected