Loading template/functions.py +1 −2 Original line number Diff line number Diff line Loading @@ -49,8 +49,7 @@ def readfile(path): '' >>> foo = "foo" >>> with open("/tmp/foo", "w") as f: ... f.write(foo) 3 ... _ = f.write(foo) >>> foo == readfile("/tmp/foo") True """ Loading Loading
template/functions.py +1 −2 Original line number Diff line number Diff line Loading @@ -49,8 +49,7 @@ def readfile(path): '' >>> foo = "foo" >>> with open("/tmp/foo", "w") as f: ... f.write(foo) 3 ... _ = f.write(foo) >>> foo == readfile("/tmp/foo") True """ Loading