wsgidav.util.is_basestring#

wsgidav.util.is_basestring(s)[source]#

Return True for any string type (for str/unicode on Py2 and bytes/str on Py3).