1
0
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:
Dave Halter
2021-01-02 00:58:50 +01:00
parent 7d160f96f6
commit 55c7e4eb49
4 changed files with 30 additions and 6 deletions

View File

@@ -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
# -----------------