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 88632d7 commit 8a8f453Copy full SHA for 8a8f453
1 file changed
Lib/test/test_inspect.py
@@ -95,7 +95,7 @@ def test_eightteen(self):
95
count = len([x for x in dir(inspect) if x.startswith('is')])
96
# This test is here for remember you to update Doc/library/inspect.rst
97
# which claims there are 16 such functions
98
- expected = 19
+ expected = 18
99
err_msg = "There are %d (not %d) is* functions" % (count, expected)
100
self.assertEqual(count, expected, err_msg)
101
0 commit comments