Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

chain execution of functions using generators

Originally published: 2006-11-17 21:52:55
Last updated: 2006-11-21 11:18:38
Author: Vaibhav Bhatia

This is a simple recipe which uses generators to execute a chain of functions. These functions and their argurments are internally present in a list.Here use of generators and properties defined on the result set gives more control to users.