Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aboutcode-org/scancode-toolkit
/ is_stdout
Function
is_stdout
src/formattedcode/output_html.py:303–304 ·
view source on GitHub ↗
(output_file)
Source
from the content-addressed store, hash-verified
301
302
303
def
is_stdout(output_file):
304
return
output_file.name ==
'<stdout>'
305
306
307
def
create_html_app(output_file, results, version, scanned_path):
# NOQA
Callers
1
create_html_app
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected