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

Method test_build

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

Source from the content-addressed store, hash-verified

35
36 # Default build with no options
37 def test_build(self):
38 self.check_build('_test_cext')
39
40 def check_build(self, extension_name, std=None, limited=False,
41 abi3t=False):

Callers

nothing calls this directly

Calls 1

check_buildMethod · 0.95

Tested by

no test coverage detected