Extract method - class name handled as parameter which corrupts context
This commit is contained in:
Oleg Shpynov
2010-02-15 14:31:44 +03:00
parent d1cc234bcd
commit bfb032e8a8
3 changed files with 18 additions and 0 deletions
@@ -0,0 +1,8 @@
class Z:
def full(self):
pass
<begin>z = Z()
z.full()<end>
<result>
In:
Out: