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

Method makepipeline

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

Source from the content-addressed store, hash-verified

174 return os.system(self.makepipeline(infile, outfile))
175
176 def makepipeline(self, infile, outfile):
177 cmd = makepipeline(infile, self.steps, outfile)
178 if self.debugging:
179 print(cmd)
180 cmd = 'set -x; ' + cmd
181 return cmd
182
183
184def makepipeline(infile, steps, outfile):

Callers 3

open_rMethod · 0.95
open_wMethod · 0.95
copyMethod · 0.95

Calls 2

makepipelineFunction · 0.85
printFunction · 0.50

Tested by

no test coverage detected