mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-05 01:50:56 +07:00
'Override method' inserts super method call instead of 'pass' (PY-302)
This commit is contained in:
@@ -6,4 +6,4 @@ class A:
|
||||
class B(A):
|
||||
@classmethod
|
||||
def foo(cls):
|
||||
<selection>pass</selection>
|
||||
<selection>A.foo(cls)</selection>
|
||||
|
||||
Reference in New Issue
Block a user