mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-21133 Removed non-existent __coroutinte.__iter__
This commit is contained in:
@@ -190,9 +190,6 @@ class __coroutine(object):
|
||||
def __await__(self):
|
||||
return []
|
||||
|
||||
def __iter__(self):
|
||||
return []
|
||||
|
||||
def close(self):
|
||||
pass
|
||||
|
||||
|
||||
@@ -2455,12 +2455,6 @@ class __coroutine(object):
|
||||
"""
|
||||
return []
|
||||
|
||||
def __iter__(self):
|
||||
"""
|
||||
:rtype: collections.Iterable[unknown]
|
||||
"""
|
||||
return []
|
||||
|
||||
def close(self):
|
||||
"""
|
||||
:rtype: None
|
||||
|
||||
@@ -678,9 +678,6 @@ class __coroutine(object):
|
||||
def __await__(self):
|
||||
return []
|
||||
|
||||
def __iter__(self):
|
||||
return []
|
||||
|
||||
def close(self):
|
||||
pass
|
||||
|
||||
|
||||
Reference in New Issue
Block a user