MCPcopy Index your code
hub / github.com/python/cpython / check_build

Method check_build

Lib/test/test_cppext/__init__.py:32–38  ·  view source on GitHub ↗
(self, extension_name, std=None, limited=False,
                    extra_cflags=None)

Source from the content-addressed store, hash-verified

30 TEST_INTERNAL_C_API = False
31
32 def check_build(self, extension_name, std=None, limited=False,
33 extra_cflags=None):
34 venv_dir = 'env'
35 with support.setup_venv_with_pip_setuptools(venv_dir) as python_exe:
36 self._check_build(extension_name, python_exe,
37 std=std, limited=limited,
38 extra_cflags=extra_cflags)
39
40 def _check_build(self, extension_name, python_exe, std, limited,
41 extra_cflags=None):

Callers 8

test_buildMethod · 0.45
test_build_limitedMethod · 0.45
test_build_cpp03Method · 0.45
test_build_cpp11Method · 0.45
test_build_cpp14Method · 0.45
test_build_intel_asmMethod · 0.45
test_buildMethod · 0.45

Calls 1

_check_buildMethod · 0.95

Tested by 8

test_buildMethod · 0.36
test_build_limitedMethod · 0.36
test_build_cpp03Method · 0.36
test_build_cpp11Method · 0.36
test_build_cpp14Method · 0.36
test_build_intel_asmMethod · 0.36
test_buildMethod · 0.36