DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / basics / io_stringio_with.py
12345
import io # test __enter__/__exit__ with io.StringIO() as b: b.write("foo") print(b.getvalue())