Comment 0 for bug 1260851

Revision history for this message
Doug Hellmann (doug-hellmann) wrote :

map() invokes each plugin and returns the result. chain() would invoke a plugin with the same arguments, get the return value and pass it to the other plugins in the list, then return the results.