MCPcopy Create free account
hub / github.com/numpy/numpy / build_extension

Method build_extension

setup.py:309–312  ·  view source on GitHub ↗
(self, ext)

Source from the content-addressed store, hash-verified

307
308 class new_build_ext(build_ext):
309 def build_extension(self, ext):
310 ext.extra_c_compile_args += std_c_flags(self)
311 ext.extra_cxx_compile_args += std_cxx_flags(self)
312 build_ext.build_extension(self, ext)
313 return new_build_clib, new_build_ext
314
315def generate_cython():

Callers

nothing calls this directly

Calls 2

std_c_flagsFunction · 0.85
std_cxx_flagsFunction · 0.85

Tested by

no test coverage detected