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 e8d4502 + 86c851a commit 96c75beCopy full SHA for 96c75be
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