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

@@ -279,8 +279,6 @@ class Builtin(CompiledObject):
# access it.
return [d for d in super(Builtin, self).get_defined_names() if d.name != 'None']
get_set_vars = get_defined_names
def _a_generator(foo):
"""Used to have an object to return for generators."""