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

Method compile

Lib/distutils/ccompiler.py:510–577  ·  view source on GitHub ↗

Compile one or more source files. 'sources' must be a list of filenames, most likely C/C++ files, but in reality anything that can be handled by a particular compiler and compiler class (eg. MSVCCompiler can handle resource files in 'sources'). Return a list of obje

(self, sources, output_dir=None, macros=None,
                include_dirs=None, debug=0, extra_preargs=None,
                extra_postargs=None, depends=None)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 12

has_functionMethod · 0.95
split_provisionFunction · 0.45
parse_config_hFunction · 0.45
sysconfig.pyFile · 0.45
fancy_getopt.pyFile · 0.45
get_platformFunction · 0.45
_init_regexFunction · 0.45
dist.pyFile · 0.45
translate_patternFunction · 0.45
StrictVersionClass · 0.45
LooseVersionClass · 0.45

Calls 3

_setup_compileMethod · 0.95
_get_cc_argsMethod · 0.95
_compileMethod · 0.95

Tested by

no test coverage detected