[issue1506122] Add "compose" function to the functools

Demur Rumed report at bugs.python.org
Thu Jan 7 22:36:22 CET 2010


Demur Rumed <junkmute at hotmail.com> added the comment:

A type safe compose could be useful. One which instead of returning a function that takes (*args,**kwargs), takes the same as the first function which the arguments would be passed to. Copying a functions argument semantics would be useful in general, such as for decorators

----------
nosy: +serprex

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue1506122>
_______________________________________


More information about the Python-bugs-list mailing list