forked from VimPlug/jedi
the last commit featured an incomplete caching for compiled objects. The current one should improve this.
This commit is contained in:
@@ -86,6 +86,7 @@ class GeneratorMethod(object):
|
||||
return self._generator.iter_content()
|
||||
|
||||
def __getattr__(self, name):
|
||||
print(self, name)
|
||||
return getattr(self._builtin_func, name)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user