Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ write
Function
write
tests/test_application.py:35–38 ·
view source on GitHub ↗
(filename, data)
Source
from the content-addressed store, hash-verified
33
34
35
def
write(filename, data):
36
f = open(filename,
"w"
)
37
f.write(data)
38
f.close()
39
40
41
class
ApplicationTest(unittest.TestCase):
Callers
2
test_reloader
Method · 0.85
test_reloader_nested
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected