Searched defs:binary_type (Results 1 - 6 of 6) sorted by relevance

/external/chromium-trace/catapult/third_party/webtest/webtest/
H A Dapp.py24 from six import binary_type namespace
46 if isinstance(message, binary_type):
52 if isinstance(body, binary_type):
57 elif isinstance(arg, binary_type):
750 if not isinstance(content, binary_type):
752 % (binary_type, type(content)))
H A Dlint.py122 from six import binary_type namespace
133 METADATA_TYPE = PY3 and (str, binary_type) or (str,)
217 assert type(v) is binary_type
222 assert type(v) is binary_type
230 assert type(line) is binary_type
254 assert type(s) is binary_type
274 assert type(s) is binary_type
298 assert isinstance(v, binary_type), (
300 % (self.iterator, binary_type, v))
H A Dresponse.py15 from six import binary_type namespace
331 if isinstance(s, binary_type):
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
H A Dsix.py41 binary_type = bytes variable
49 binary_type = str variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
H A Dsix.py44 binary_type = bytes variable
52 binary_type = str variable
/external/chromium-trace/catapult/third_party/six/
H A Dsix.py45 binary_type = bytes variable
53 binary_type = str variable

Completed in 183 milliseconds