forked from VimPlug/jedi
Stdlib modules should not be included in the get_references search, fixes davidhalter/jedi-vim#792
This commit is contained in:
@@ -202,6 +202,10 @@ from keyword import not_existing1, not_existing2
|
||||
from tokenize import io
|
||||
tokenize.generate_tokens
|
||||
|
||||
import socket
|
||||
#? 14 ['SocketIO']
|
||||
socket.SocketIO
|
||||
|
||||
# -----------------
|
||||
# builtins
|
||||
# -----------------
|
||||
|
||||
Reference in New Issue
Block a user