mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
thanks to ast.literal_eval the order how test results are defined, doesn't matter anymore
This commit is contained in:
@@ -44,7 +44,7 @@ arr.count(1)
|
||||
# -----------------
|
||||
dic = {}
|
||||
|
||||
#? ['clear', 'copy']
|
||||
#? ['copy', 'clear']
|
||||
dic.c
|
||||
|
||||
dic2 = dict(a=1, b=2)
|
||||
|
||||
Reference in New Issue
Block a user