| Home | Trees | Indices | Help |
|
|---|
|
|
Like a mailbox, but produces infinite copies of whatever value was put in there last. It is created with a value inside.
Note: This needs revision to more closely follow mailbox's methods.
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Get an object from the mailbox. This will normally block if the mailbox is empty. Note: If the mailbox is empty, and if a previous call has specified an exception to be raised by readers, raise it. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 31 13:26:06 2011 | http://epydoc.sourceforge.net |