mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 05:54:25 +08:00
Some Python 2.7 fixes
This commit is contained in:
@@ -161,7 +161,7 @@ def a(): return ''
|
||||
#? str()
|
||||
(a)()
|
||||
#? str()
|
||||
(a)().replace()
|
||||
(a)().title()
|
||||
#? int()
|
||||
(tuple).index()
|
||||
#? int()
|
||||
|
||||
Reference in New Issue
Block a user