1
0
forked from VimPlug/jedi

Small function/param corrections.

This commit is contained in:
Dave Halter
2014-10-24 01:58:56 +02:00
parent 93c97a78a3
commit c58975807c
2 changed files with 4 additions and 1 deletions

View File

@@ -487,6 +487,9 @@ class Function(use_metaclass(CachedMetaClass, Wrapper)):
f = Function(self._evaluator, f, True)
return f
def scope_names_generator(self, position=None):
yield self, self.get_magic_function_names()
def get_decorated_func(self):
"""
This function exists for the sole purpose of returning itself if the