0 votes
in Python by

Which of the following doctest directive is used to ignore part of the result?

# doctest: +COMMENT

# doctest: +ERASE

# doctest: +ELLIPSIS 

# doctest: +IGNORE

1 Answer

0 votes
by
# doctest: +ELLIPSIS
...