DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / feature_check / async_check.py
123456
# check if async/await keywords are supported async def foo(): await 1 print("async")