Home | Trees | Indices | Help |
---|
|
object --+ | TempFile
Tempfile container class
The class contains a destructor that removes the created file. This differs from the stuff in tempfile, which removes the file, when it's closed.
The mode is fixed to w+
; a b
is added if the
text
argument is false (see __init__
)
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
str
|
name = None None
|
||
file like object |
fp = None None
|
||
callable |
_unlink = None None
|
|
|||
Inherited from |
|
Initialization
|
Close the file (but don't delete it)
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Sun Sep 25 21:07:33 2011 | http://epydoc.sourceforge.net |