mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-21 21:11:13 +08:00
test for class inheritance renaming
This commit is contained in:
@@ -80,3 +80,14 @@ response['Content-Disposition'] = 'attachment; filename=%s.pdf' % id
|
|||||||
response.write(pdf)
|
response.write(pdf)
|
||||||
#< (-4,0), (-3,0), (-2,0), (0,0)
|
#< (-4,0), (-3,0), (-2,0), (0,0)
|
||||||
response
|
response
|
||||||
|
|
||||||
|
|
||||||
|
class Inheritance(object): pass
|
||||||
|
|
||||||
|
#< 20 (0,17), (-3,6)
|
||||||
|
class TestClass(Inheritance):
|
||||||
|
def a():
|
||||||
|
pass
|
||||||
|
|
||||||
|
def b():
|
||||||
|
pass
|
||||||
|
|||||||
Reference in New Issue
Block a user