MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / copy

Method copy

tools/python-3.11.9-amd64/Lib/pipes.py:173–174  ·  view source on GitHub ↗
(self, infile, outfile)

Source from the content-addressed store, hash-verified

171 return os.popen(cmd, 'w')
172
173 def copy(self, infile, outfile):
174 return os.system(self.makepipeline(infile, outfile))
175
176 def makepipeline(self, infile, outfile):
177 cmd = makepipeline(infile, self.steps, outfile)

Callers

nothing calls this directly

Calls 2

makepipelineMethod · 0.95
systemMethod · 0.80

Tested by

no test coverage detected