tests/io/write_ext: Add description comment.

This commit is contained in:
Paul Sokolovsky 2016-10-09 11:54:42 +03:00
parent 3b3612c65b
commit 49e140488d

View file

@ -1,3 +1,5 @@
# This tests extended (MicroPython-specific) form of write:
# write(buf, len) and write(buf, offset, len)
import uio
try: