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

Method _fix_compile_args

Lib/distutils/ccompiler.py:376–406  ·  view source on GitHub ↗

Typecheck and fix-up some of the arguments to the 'compile()' method, and return fixed-up values. Specifically: if 'output_dir' is None, replaces it with 'self.output_dir'; ensures that 'macros' is a list, and augments it with 'self.macros'; ensures that 'include_dir

(self, output_dir, macros, include_dirs)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

preprocessMethod · 0.80
preprocessMethod · 0.80

Calls 1

listClass · 0.50

Tested by

no test coverage detected