MCPcopy 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
35def write(filename, data):
36 f = open(filename, "w")
37 f.write(data)
38 f.close()
39
40
41class ApplicationTest(unittest.TestCase):

Callers 2

test_reloaderMethod · 0.85
test_reloader_nestedMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected