1
0
forked from VimPlug/jedi

restructure NameFinder.filter_name a little bit

This commit is contained in:
Dave Halter
2014-03-10 15:57:01 +01:00
parent 4e314409c1
commit 62a14f7558
5 changed files with 24 additions and 19 deletions

View File

@@ -499,5 +499,4 @@ class FunctionExecution(Executable):
return pr.Scope.get_statement_for_position(self, pos)
def __repr__(self):
return "<%s of %s>" % \
(type(self).__name__, self.base)
return "<%s of %s>" % (type(self).__name__, self.base)