mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-06 03:21:12 +07:00
Refactored extract method tests
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
class C:
|
||||
@classmethod
|
||||
def baz(cls):
|
||||
print "hello world"
|
||||
|
||||
@classmethod
|
||||
def foo(cls):
|
||||
cls.baz()
|
||||
Reference in New Issue
Block a user