MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / run

Method run

tensorflow/tools/pip_package/setup.py:203–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

201 return self.copy_file(header, install_dir)
202
203 def run(self):
204 hdrs = self.distribution.headers
205 if not hdrs:
206 return
207
208 self.mkpath(self.install_dir)
209 for header in hdrs:
210 (out, _) = self.mkdir_and_copy_file(header)
211 self.outfiles.append(out)
212
213 def get_inputs(self):
214 return self.distribution.headers or []

Callers 14

mainFunction · 0.45
gcs_smoke.pyFile · 0.45
system_info.pyFile · 0.45
generate2.pyFile · 0.45
mainFunction · 0.45
assembler.pyFile · 0.45
testArithmeticRenamesMethod · 0.45
testVariablesMethod · 0.45
testSummariesMethod · 0.45

Calls 2

mkdir_and_copy_fileMethod · 0.95
appendMethod · 0.45

Tested by 3

testArithmeticRenamesMethod · 0.36
testVariablesMethod · 0.36
testSummariesMethod · 0.36