mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-15 10:07:06 +08:00
full python 2.5-3.2 compatibility. but 2.5 isn't fully tested, because that's not possible
This commit is contained in:
@@ -54,8 +54,8 @@ dic2 = {'asdf': 3}
|
||||
#? ['popitem']
|
||||
dic2.popitem
|
||||
|
||||
#? ['real']
|
||||
dic2['asdf'].real
|
||||
#? int()
|
||||
dic2['asdf']
|
||||
|
||||
# -----------------
|
||||
# set
|
||||
|
||||
Reference in New Issue
Block a user