Allows functions passed to the compose() class to
accept and return multiple values, as in the following
rather silly example:
>>> test = compose(lambda a,b: a+b, lambda a,b,c:
(a*b/c, a-b*c))
>>> test(4)
4
Bryn Keller
None
None
Public
|
Date: 2001-05-15 23:15 Logged In: YES |
| Filename | Description | Download |
|---|---|---|
| multivaluecompse | the patch | Download |
| Field | Old Value | Date | By |
|---|---|---|---|
| status_id | Open | 2001-06-01 06:44 | xoltar |
| resolution_id | None | 2001-06-01 06:44 | xoltar |
| close_date | - | 2001-06-01 06:44 | xoltar |
| assigned_to | nobody | 2001-05-14 17:31 | xoltar |
| File Added | 6015: multivaluecompse | 2001-05-05 02:55 | rumjuggler |