Home | Trees | Indices | Help |
|
---|
|
object --+ | TempFolder
Create a temporary directory which is automatically wiped when the object is closed.
>>> with TempFolder() as tmp: # put some files in tmp.name...
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Properties | |
str |
name Full directory name |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Property Details |
nameFull directory name
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 4 20:19:06 2017 | http://epydoc.sourceforge.net |