DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / feature_check / io_module.py
123456
try: import io print("io") except ImportError: print("no")