mirror of
https://github.com/davidhalter/jedi.git
synced 2026-02-06 09:58:01 +08:00
Revert changes to test/completion and test/static_analysis except for 2.6 comment removal
This commit is contained in:
@@ -20,7 +20,7 @@ b
|
||||
temp
|
||||
|
||||
a = 1
|
||||
temp = b
|
||||
temp = b;
|
||||
b = a
|
||||
a = temp
|
||||
#? int()
|
||||
@@ -157,7 +157,7 @@ a.real
|
||||
a.a
|
||||
|
||||
a = 3
|
||||
class a:
|
||||
class a():
|
||||
def __init__(self, a):
|
||||
self.a = a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user