Searched refs:is_py2 (Results 1 - 3 of 3) sorted by relevance
/5.5.2/couchbase-cli/requests/ |
H A D | compat.py | 19 is_py2 = (_ver[0] == 2) variable 35 if is_py2:
|
H A D | models.py | 33 is_py2, chardet, builtin_str, basestring) 334 url = unicode(url) if is_py2 else str(url) 376 if is_py2:
|
H A D | utils.py | 27 from .compat import (quote, urlparse, bytes, str, OrderedDict, unquote, is_py2, 701 if is_py2:
|
Completed in 7 milliseconds