1
0
forked from VimPlug/jedi

Fix some doctests that were slightly changed because of stubs

This commit is contained in:
Dave Halter
2018-12-15 22:20:05 +01:00
parent 3cbba71e7e
commit 541a8d3a3e
2 changed files with 9 additions and 9 deletions
+2 -2
View File
@@ -521,8 +521,8 @@ def get_global_filters(evaluator, context, until_position, origin_scope):
Finally, it yields the builtin filter, if `include_builtin` is
true (default).
>>> filters[3].values() #doctest: +ELLIPSIS
[<CompiledName: ...>, ...]
>>> list(filters[3].values()) #doctest: +ELLIPSIS
[CompiledStubName(...>, ...]
"""
from jedi.evaluate.context.function import FunctionExecutionContext
while context is not None: