1
0
forked from VimPlug/jedi

Make it possible to search folders __init__ files

This commit is contained in:
Dave Halter
2020-03-07 13:57:14 +01:00
parent 7f2f025866
commit eecdf31601
4 changed files with 61 additions and 6 deletions

View File

@@ -7,6 +7,9 @@ class AbstractFolderIO(object):
def __init__(self, path):
self.path = path
def get_base_name(self):
raise NotImplementedError
def list(self):
raise NotImplementedError