Files
openide/python/testData/psi/unified/AsyncDefWithDecorator.py
2017-10-09 21:23:29 +02:00

5 lines
120 B
Python

class AsyncIterator(AsyncIterable):
@abstractmethod
async def __anext__(self):
raise StopAsyncIteration