Home | Trees | Indices | Help |
---|
|
object --+ | threading._Verbose --+ | threading.Thread --+ | _FIFOWriter
Create a FIFO (named pipe), write to it, then delete it.
The writing takes place in a separate thread so that the main thread is not blocked. The idea is that once the writing is finished we know that gnuplot is done with the data that were in the file so we can delete the file. This technique removes the ambiguity about when the temporary files should be deleted.
|
|||
| __init__(self, content, mode='w') | ||
| run(self) | ||
Inherited from Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
|
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Wed Aug 29 19:07:55 2007 | http://epydoc.sourceforge.net |