We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0628e09 commit c205528Copy full SHA for c205528
test-data/unit/stubgen.test
@@ -1364,23 +1364,6 @@ class F:
1364
@t.coroutine
1365
def g(): ...
1366
1367
-[case testCoroutineSpecialCase_import]
1368
-import asyncio
1369
-
1370
-__all__ = ['C']
1371
1372
-@asyncio.coroutine
1373
-def f():
1374
- pass
1375
1376
-class C:
1377
- def f(self):
1378
1379
-[out]
1380
1381
1382
1383
- def f(self) -> None: ...
1384
1385
-- Tests for stub generation from semantically analyzed trees.
1386
-- These tests are much slower, so use the `_semanal` suffix only when needed.
0 commit comments