This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
circuitpython
Watch
1
Star
0
Fork
You've already forked circuitpython
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
4b30412871
circuitpython
/
tests
/
basics
/
async_coroutine.py.exp
2 lines
5 B
Plaintext
Raw
Normal View
History
Unescape
Escape
add coroutine behavior for generators coroutines don't have __next__; they also call themselves coroutines. This does not change the fact that `async def` methods are generators, but it does make them behave more like CPython.
2020-07-21 03:01:22 -04:00
pass