__init__()
|
|
add_tempfile(filename[, exists])
|
Call TempfileContext.add_tempfile() on the active context |
clear_tempfiles([remove])
|
Delete all temporary files and remove all contexts. |
context()
|
Return the current active TempfileContext. |
create_tempdir([suffix, prefix, dir])
|
Call TempfileContext.create_tempdir() on the active context |
create_tempfile([suffix, prefix, text, dir])
|
Call TempfileContext.create_tempfile() on the active context |
new_context()
|
Create and return an new tempfile context |
pop([remove])
|
Remove and release the active context |
push()
|
Create a new tempfile context and set it as the active context. |
sequential_files([ctr])
|
DEPRECATED. |
shutdown([remove])
|
|
unique_files()
|
|