Rémi Lapeyre <[email protected]> added the comment:
If I'm understanding correctly you want:
def xmap(f, iterable):
for e in iterable:
f(e)
Is that correct?
----------
nosy: +remi.lapeyre
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue41107>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com