Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aeb33a commit f04dc7bCopy full SHA for f04dc7b
Lib/test/test_doctest.py
@@ -711,7 +711,7 @@ def non_Python_modules(): r"""
711
True
712
>>> real_tests = [t for t in tests if len(t.examples) > 0]
713
>>> len(real_tests) # objects that actually have doctests
714
- 14
+ 13
715
>>> for t in real_tests:
716
... print('{} {}'.format(len(t.examples), t.name))
717
...
@@ -723,7 +723,6 @@ def non_Python_modules(): r"""
723
2 builtins.float.hex
724
1 builtins.hex
725
1 builtins.int
726
- 3 builtins.int.as_integer_ratio
727
2 builtins.int.bit_count
728
2 builtins.int.bit_length
729
5 builtins.memoryview.hex
0 commit comments