forked from VimPlug/jedi
Make a doctest simpler that only led to issues in the past
This commit is contained in:
@@ -522,7 +522,7 @@ def get_global_filters(evaluator, context, until_position, origin_scope):
|
||||
true (default).
|
||||
|
||||
>>> list(filters[3].values()) #doctest: +ELLIPSIS
|
||||
[CompiledStubName(...>, ...]
|
||||
[...]
|
||||
"""
|
||||
from jedi.evaluate.context.function import FunctionExecutionContext
|
||||
while context is not None:
|
||||
|
||||
Reference in New Issue
Block a user