| Trees | Indices | Help |
|
|---|
object --+ | AtomicFile
A file that appears atomically with its full content.
This file-like object writes to a temporary file in the same directory as the final file. If the file is committed, the temporary file is renamed atomically (on Unix, at least) to its final name. If it is rolled back, the temporary file is removed.
'w',
bufsize=-1)Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
Inherited from object:
__class__
'w',
bufsize=-1)
| Trees | Indices | Help |
|
|---|