Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
eed34a10
Commit
eed34a10
authored
8 years ago
by
Andrey Vlasovskikh
1
Browse files
Options
Download
Email Patches
Plain Diff
PY-21133 Removed non-existent __coroutinte.__iter__
parent
0d8497a7
Branches unavailable
Tags unavailable
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
python/helpers/pycharm_generator_utils/util_methods.py
+0
-3
python/helpers/pycharm_generator_utils/util_methods.py
python/helpers/python-skeletons/builtins.py
+0
-6
python/helpers/python-skeletons/builtins.py
python/testData/MockSdk3.4/python_stubs/builtins.py
+0
-3
python/testData/MockSdk3.4/python_stubs/builtins.py
with
0 additions
and
12 deletions
+0
-12
python/helpers/pycharm_generator_utils/util_methods.py
+
0
-
3
View file @
eed34a10
...
...
@@ -190,9 +190,6 @@ class __coroutine(object):
def __await__(self):
return []
def __iter__(self):
return []
def close(self):
pass
...
...
This diff is collapsed.
Click to expand it.
python/helpers/python-skeletons/builtins.py
+
0
-
6
View file @
eed34a10
...
...
@@ -2455,12 +2455,6 @@ class __coroutine(object):
"""
return
[]
def
__iter__
(
self
):
"""
:rtype: collections.Iterable[unknown]
"""
return
[]
def
close
(
self
):
"""
:rtype: None
...
...
This diff is collapsed.
Click to expand it.
python/testData/MockSdk3.4/python_stubs/builtins.py
+
0
-
3
View file @
eed34a10
...
...
@@ -678,9 +678,6 @@ class __coroutine(object):
def
__await__
(
self
):
return
[]
def
__iter__
(
self
):
return
[]
def
close
(
self
):
pass
...
...
This diff is collapsed.
Click to expand it.
小 白蛋
@baidan
mentioned in commit
470d44a2
·
2 years ago
mentioned in commit
470d44a2
mentioned in commit 470d44a2888dc8b9e3743971c5113acf6a269e20
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help