Index of the io module
-
m
testtools.io
...
- IO-related testing tools.
-
C
TempIO
...
- self-destructable temporary directory root.
-
f
mkfile
...
- makes a filename in root.
-
f
__del__
...
- removes the root directory and everything under it.
-
f
mkdir
...
- makes a directory in the root and returns its full path.
-
f
newdir
...
- makes a directory in the root.
-
f
putfile
...
- puts new file in your TempIO root.
-
f
__init__
...
-
f
mkdirall
...
- walks the path and makes any non-existant dirs.
-
f
readfile
...
- debug util that returns file contents.
-
f
putfile
...
- opens filename in writing mode, writes contents and closes.