mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-22 23:53:48 +07:00
29 lines
860 B
Python
29 lines
860 B
Python
<info descr="null">async</info> def <info descr="null">foo</info>():
|
|
pass
|
|
|
|
async = 1
|
|
|
|
<info descr="null">async</info> def <info descr="null">bar</info>():
|
|
pass
|
|
|
|
|
|
<info descr="null">async</info> def<error descr="'(' expected"><error descr="Identifier expected"> </error></error> # Incomplete<EOLError descr="':' expected"></EOLError>
|
|
|
|
|
|
<error descr="Indent expected">d</error>ef <info descr="null">regular</info>(<info descr="null">xs</info>):
|
|
|
|
<info descr="null">async</info> def <info descr="null">quux</info>():
|
|
<info descr="null">async</info> for x in xs:
|
|
pass
|
|
|
|
<info descr="null">async</info> with xs:
|
|
pass
|
|
|
|
<info descr="null">async</info> for x in xs:
|
|
pass
|
|
|
|
async<error descr="End of statement expected"> </error>with <info descr="null">xs</info>:
|
|
pass
|
|
|
|
return async
|