Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/GoogleCloudPlatform/functions-framework-python
/ _write_output
Function
_write_output
tests/conformance/main.py:25–27 ·
view source on GitHub ↗
(content)
Source
from the content-addressed store, hash-verified
23
24
25
def
_write_output(content):
26
with
open(filename,
"w"
)
as
f:
27
f.write(content)
28
29
30
def
write_http(request):
Callers
5
write_http
Function · 0.70
write_legacy_event
Function · 0.70
write_cloud_event
Function · 0.70
write_http_declarative
Function · 0.70
write_cloud_event_declarative
Function · 0.70
Calls
1
write
Method · 0.45
Tested by
no test coverage detected