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

Method run

numpy/distutils/command/build_src.py:140–144  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

138 setattr(self, c, v)
139
140 def run(self):
141 log.info("build_src")
142 if not (self.extensions or self.libraries):
143 return
144 self.build_sources()
145
146 def build_sources(self):
147

Callers

nothing calls this directly

Calls 2

build_sourcesMethod · 0.95
infoMethod · 0.80

Tested by

no test coverage detected