forked from VimPlug/jedi
Limit dynamic param searches to not go crazy in a lot of occasions. Refs #574.
This commit is contained in:
@@ -219,5 +219,6 @@ cls().s
|
||||
|
||||
import zipfile
|
||||
z = zipfile.ZipFile("foo")
|
||||
#? ['upper']
|
||||
# It's too slow. So we don't run it at the moment.
|
||||
##? ['upper']
|
||||
z.read('name').upper
|
||||
|
||||
Reference in New Issue
Block a user