index
:
openmano-mpy
master
MicroPython source and hardware configuration for OpenMano
Damien George
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
feature_check
/
async_check.py
blob: 727b7136a5ba675687d506bf337f7d8c162d8abd (
plain
)
1
2
3
4
5
6
# check if async/await keywords are supported
async
def
foo
():
await
1
print
(
"async"
)