| Home | Trees | Indices | Help |
|
|---|
|
|
Bonus Tutorial: Using generators to return result bodies
Instead of returning a complete result string, you can use the yield statement to return one result part after another. This may be convenient in situations where using a template package like CherryPy or Cheetah would be overkill, and messy string concatenation too uncool. ;-)
|
|||
| GeneratorDemo | |||
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu Jan 24 16:33:09 2008 | http://epydoc.sourceforge.net |