mirror of
https://github.com/davidhalter/jedi.git
synced 2026-05-26 02:08:37 +08:00
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).
|
true (default).
|
||||||
|
|
||||||
>>> list(filters[3].values()) #doctest: +ELLIPSIS
|
>>> list(filters[3].values()) #doctest: +ELLIPSIS
|
||||||
[CompiledStubName(...>, ...]
|
[...]
|
||||||
"""
|
"""
|
||||||
from jedi.evaluate.context.function import FunctionExecutionContext
|
from jedi.evaluate.context.function import FunctionExecutionContext
|
||||||
while context is not None:
|
while context is not None:
|
||||||
|
|||||||
Reference in New Issue
Block a user