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 Mon Apr 16 11:31:44 2018 | http://epydoc.sourceforge.net |