mirror of
https://github.com/davidhalter/jedi.git
synced 2025-12-06 22:14:27 +08:00
Implement StubParserTreeFilter.values
This commit is contained in:
@@ -116,8 +116,9 @@ def test_class_call_signature(Script):
|
||||
|
||||
def test_position_none_if_builtin(Script):
|
||||
gotos = Script('import sys; sys.path').goto_assignments()
|
||||
assert gotos[0].line is None
|
||||
assert gotos[0].column is None
|
||||
assert gotos[0].in_builtin_module()
|
||||
assert gotos[0].line is not None
|
||||
assert gotos[0].column is not None
|
||||
|
||||
|
||||
def test_completion_docstring(Script, jedi_path):
|
||||
|
||||
Reference in New Issue
Block a user