Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
247
def
open_output(path):
248
if
path ==
"-"
:
249
return
sys.stdout
250
return
open(path,
"w"
)
251
252
253
def
write_header(output):
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected