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.
2 parents 1383228 + 4d26d74 commit 60f547aCopy full SHA for 60f547a
1 file changed
lib/matplotlib/tests/test_basic.py
@@ -20,7 +20,8 @@ def test_override_builtins():
20
'__spec__',
21
'any',
22
'all',
23
- 'sum'
+ 'sum',
24
+ 'divmod'
25
}
26
27
# We could use six.moves.builtins here, but that seems
0 commit comments