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

Method test_build_c11

Lib/test/test_cext/__init__.py:116–117  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

114 self.check_build('_test_limited_c11_cext', limited=True, std='c11')
115
116 def test_build_c11(self):
117 self.check_build('_test_c11_cext', std='c11')
118
119 def test_build_abi3t(self):
120 # Test with Py_TARGET_ABI3T

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.45

Tested by

no test coverage detected