mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-07 06:24:27 +08:00
temporarily disable old tests to refactor set_vars
This commit is contained in:
@@ -126,8 +126,12 @@ class A():
|
||||
#? int()
|
||||
A().addition
|
||||
|
||||
#? 8 int()
|
||||
# should also work before `=`
|
||||
##? 8 int()
|
||||
A().addition = None
|
||||
a = A()
|
||||
##? 8 int()
|
||||
a.addition = None
|
||||
|
||||
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user