mirror of
https://github.com/davidhalter/jedi.git
synced 2026-03-01 21:36:53 +08:00
Fix the last async issue
This commit is contained in:
@@ -35,4 +35,4 @@ class AsyncGenerator(AsyncBase):
|
|||||||
special_object_identifier = u'ASYNC_GENERATOR'
|
special_object_identifier = u'ASYNC_GENERATOR'
|
||||||
|
|
||||||
def py__aiter__(self):
|
def py__aiter__(self):
|
||||||
return self._func_execution_context.get_yield_lazy_contexts(is_async=True)
|
return self.func_execution_context.get_yield_lazy_contexts(is_async=True)
|
||||||
|
|||||||
Reference in New Issue
Block a user