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

Function new_compiler

Lib/distutils/ccompiler.py:962–1004  ·  view source on GitHub ↗

Generate an instance of some CCompiler subclass for the supplied platform/compiler combination. 'plat' defaults to 'os.name' (eg. 'posix', 'nt'), and 'compiler' defaults to the default compiler for that platform. Currently only 'posix' and 'nt' are supported, and the default compil

(plat=None, compiler=None, verbose=0, dry_run=0, force=0)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 5

_check_compilerMethod · 0.90
runMethod · 0.90
runMethod · 0.90
test_runMethod · 0.90
setup_shlib_compilerMethod · 0.90

Calls 1

get_default_compilerFunction · 0.85

Tested by 1

test_runMethod · 0.72