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 eeb5a76 commit 86c851aCopy full SHA for 86c851a
1 file changed
lib/matplotlib/cbook/__init__.py
@@ -583,7 +583,6 @@ def to_filehandle(fname, flag='rU', return_opened=False):
583
return fh
584
585
586
-@deprecated('2.1')
587
def is_scalar_or_string(val):
588
"""Return whether the given object is a scalar or string like."""
589
return is_string_like(val) or not iterable(val)
0 commit comments