mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-24 09:20:53 +07:00
PY-10829 Extracted function is inserted *after* the function where it is used
I updated test data accordingly and removed now obsolete tests about skipping preceding comments.
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
class C:
|
||||
@classmethod
|
||||
def baz(cls):
|
||||
print('foo', cls)
|
||||
|
||||
@classmethod
|
||||
def foo(cls):
|
||||
cls.baz()
|
||||
|
||||
@classmethod
|
||||
def baz(cls):
|
||||
print('foo', cls)
|
||||
|
||||
Reference in New Issue
Block a user