numpy / 1.22.0 / reference / generated / numpy.distutils.ccompiler.ccompiler_customize_cmd.html /

numpy.distutils.ccompiler.CCompiler_customize_cmd

distutils.ccompiler. CCompiler_customize_cmd ( self, cmd, ignore=() ) [source]

Customize compiler using distutils command.

Parameters
cmd class instance

An instance inheriting from distutils.cmd.Command.

ignore sequence of str, optional

List of CCompiler commands (without 'set_') that should not be altered. Strings that are checked for are: ('include_dirs', 'define', 'undef', 'libraries', 'library_dirs', 'rpath', 'link_objects').

Returns
None

© 2005–2021 NumPy Developers
Licensed under the 3-clause BSD License.
https://numpy.org/doc/1.22/reference/generated/numpy.distutils.ccompiler.CCompiler_customize_cmd.html