1
0
forked from VimPlug/jedi

Fix issues for socket

This commit is contained in:
Dave Halter
2019-06-15 02:07:30 +02:00
parent fc20faf8f8
commit 3ddbee1666
3 changed files with 10 additions and 2 deletions

View File

@@ -31,6 +31,9 @@ from test.helpers import root_dir
['from keyword import kwlist', 'typing.Sequence', True, True,
{'full_name': 'keyword.kwlist'}],
['from socket import AF_INET', 'socket.AddressFamily', True, True,
{'full_name': 'socket.AF_INET'}],
['import with_stub', 'with_stub', True, True, {}],
['import with_stub', 'with_stub', True, True, {}],
['import with_stub_folder.python_only', 'with_stub_folder.python_only', False, True, {}],