1
0
forked from VimPlug/jedi

Make namespace folders work with stubs

This commit is contained in:
Dave Halter
2019-05-15 21:55:54 +02:00
parent b7eeb60e9c
commit e4170d65b7
7 changed files with 37 additions and 8 deletions

View File

@@ -54,6 +54,9 @@ class ImplicitNamespaceContext(Context, SubModuleDictMixin):
def py__name__(self):
return self._fullname
def is_namespace(self):
return True
def is_stub(self):
return False