1
0
forked from VimPlug/jedi

Fix type completions on classes

This commit is contained in:
Dave Halter
2018-09-09 15:51:42 +02:00
parent 6abd96a398
commit bd3bd2e53b
4 changed files with 24 additions and 4 deletions

View File

@@ -124,6 +124,8 @@ def iterate_contexts(contexts, contextualized_node=None, is_async=False):
class ContextWrapper(object):
py__getattribute__ = Context.py__getattribute__
def __init__(self, wrapped_context):
self._wrapped_context = wrapped_context