forked from VimPlug/jedi
Make namespace folders work with stubs
This commit is contained in:
@@ -158,6 +158,9 @@ class Context(HelperContextMixin, BaseContext):
|
||||
def is_module(self):
|
||||
return False
|
||||
|
||||
def is_namespace(self):
|
||||
return False
|
||||
|
||||
def is_compiled(self):
|
||||
return False
|
||||
|
||||
|
||||
Reference in New Issue
Block a user