mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-16 02:27:06 +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)
|
||||
#< (-4,0), (-3,0), (-2,0), (0,0)
|
||||
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