micropython-lib/string
Paul Sokolovsky 6e64994ec2 string: Add implementation of translate() method.
As MicroPython doesn't have str.translate() method, here it's implemented
as string module function.
2015-03-28 19:49:37 +02:00
..
metadata.txt string: Add implementation of translate() method. 2015-03-28 19:49:37 +02:00
setup.py string: Add implementation of translate() method. 2015-03-28 19:49:37 +02:00
string.py string: Add implementation of translate() method. 2015-03-28 19:49:37 +02:00