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

Method check_build

Lib/test/test_cext/__init__.py:40–46  ·  view source on GitHub ↗
(self, extension_name, std=None, limited=False,
                    abi3t=False)

Source from the content-addressed store, hash-verified

38 self.check_build('_test_cext')
39
40 def check_build(self, extension_name, std=None, limited=False,
41 abi3t=False):
42 venv_dir = 'env'
43 with support.setup_venv_with_pip_setuptools(venv_dir) as python_exe:
44 self._check_build(extension_name, python_exe,
45 std=std, limited=limited,
46 abi3t=abi3t)
47
48 def _check_build(self, extension_name, python_exe, std, limited,
49 abi3t):

Callers 6

test_buildMethod · 0.95
test_build_limitedMethod · 0.45
test_build_c11Method · 0.45
test_build_abi3tMethod · 0.45
test_build_c99Method · 0.45

Calls 1

_check_buildMethod · 0.95

Tested by 6

test_buildMethod · 0.76
test_build_limitedMethod · 0.36
test_build_c11Method · 0.36
test_build_abi3tMethod · 0.36
test_build_c99Method · 0.36