Login
Remember
Register
Ask a Question
Which of the following doctest directive is used to ignore part of the result?
0
votes
asked
Jul 10, 2020
in
Python
by
GeorgeBell
Which of the following doctest directive is used to ignore part of the result?
# doctest: +COMMENT
# doctest: +ERASE
# doctest: +ELLIPSIS
# doctest: +IGNORE
#python
Python-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jul 10, 2020
by
GeorgeBell
Ans is
# doctest: +ELLIPSIS
...