forked from VimPlug/jedi
Move all Name classes to a separate file
This commit is contained in:
@@ -205,7 +205,7 @@ class ContextWrapper(HelperContextMixin, object):
|
||||
|
||||
@safe_property
|
||||
def name(self):
|
||||
from jedi.evaluate.filters import ContextName
|
||||
from jedi.evaluate.names import ContextName
|
||||
wrapped_name = self._wrapped_context.name
|
||||
if wrapped_name.tree_name is not None:
|
||||
return ContextName(self, wrapped_name.tree_name)
|
||||
|
||||
Reference in New Issue
Block a user