MCPcopy Create free account
hub / github.com/F-Stack/f-stack / open_output

Function open_output

dpdk/buildtools/pmdinfogen.py:247–250  ·  view source on GitHub ↗
(path)

Source from the content-addressed store, hash-verified

245
246
247def open_output(path):
248 if path == "-":
249 return sys.stdout
250 return open(path, "w")
251
252
253def write_header(output):

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected