1
0
forked from VimPlug/jedi

temporarily disable old tests to refactor set_vars

This commit is contained in:
David Halter
2013-09-01 23:54:15 +04:30
parent 2e97986545
commit 9c6dae1df8
3 changed files with 7 additions and 12 deletions

View File

@@ -99,7 +99,7 @@ def get_defined_names_for_position(scope, position=None, start_scope=None):
:type scope: :class:`parsing_representation.IsScope`
:param scope: Scope in which names are searched.
:param position: the position as a line/column tuple, default is infinity.
:param position: The position as a line/column tuple, default is infinity.
"""
names = scope.get_defined_names()
# Instances have special rules, always return all the possible completions,