mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-07 15:35:40 +07:00
(cherry picked from commit 64d9931ee762c8ac801114e22952f3086235467a) IJ-MR-182362 GitOrigin-RevId: bcf515ae4f73cd3d44dc81a54c1acd1fbfb33c18
14 lines
937 B
Python
14 lines
937 B
Python
class <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not allow 'async' and 'await' as names">async</warning>(object):
|
|
pass
|
|
|
|
class <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not allow 'async' and 'await' as names">await</warning>(object):
|
|
pass
|
|
|
|
def <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not allow 'async' and 'await' as names">async</warning>():
|
|
pass
|
|
|
|
def <warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not allow 'async' and 'await' as names">await</warning>():
|
|
pass
|
|
|
|
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not allow 'async' and 'await' as names">async</warning> = 1
|
|
<warning descr="Python versions 3.7, 3.8, 3.9, 3.10, 3.11, 3.12, 3.13, 3.14, 3.15 do not allow 'async' and 'await' as names">await</warning> = 2 |