micropython-lib/functools
Michael Buesch 18c9084a27 functools: Add very simple implementation of reduce()
The implementation was taken from
https://docs.python.org/3/library/functools.html
2015-12-05 22:24:08 +02:00
..
functools.py functools: Add very simple implementation of reduce() 2015-12-05 22:24:08 +02:00
metadata.txt functools: Add very simple implementation of reduce() 2015-12-05 22:24:08 +02:00
setup.py functools: Add very simple implementation of reduce() 2015-12-05 22:24:08 +02:00
test_partial.py
test_reduce.py functools: Add very simple implementation of reduce() 2015-12-05 22:24:08 +02:00