| Trees | Indices | Help |
|
|---|
|
|
object --+
|
Que
Iterable container to play a list of files.
Que(enclosures:list) -> None
Que.next(None) -> string
Que.set(value:str) -> None
[item for item in Que]
| Instance Methods | |||
| None |
|
||
| object |
|
||
| int |
|
||
| basestring |
|
||
| None |
|
||
|
Inherited from |
|||
| Properties | |
|
Inherited from |
| Method Details |
Set container to a value list of files.
|
Return this iterator object.
|
|
Return next string value in value list.
|
Set current position in value list by passed file.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jun 10 23:38:24 2009 | http://epydoc.sourceforge.net |