1
0
forked from VimPlug/jedi

Remove some dead code

This commit is contained in:
Dave Halter
2020-01-25 13:25:23 +01:00
parent 9c0efd5a67
commit 0435e0e85c
3 changed files with 3 additions and 14 deletions

View File

@@ -80,6 +80,9 @@ class FunctionMixin(object):
return LambdaName(self)
return ValueName(self, self.tree_node.name)
def is_function(self):
return True
def py__name__(self):
return self.name.string_name