Home
last modified time | relevance | path

Searched defs:int2byte (Results 1 – 3 of 3) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py573 def int2byte(i): function
577 int2byte = operator.methodcaller("to_bytes", 1, "big") variable
591 int2byte = chr variable
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dsix.py602 def int2byte(i): function
606 int2byte = operator.methodcaller("to_bytes", 1, "big") variable
623 int2byte = chr variable
/external/chromium-trace/catapult/third_party/six/
Dsix.py626 int2byte = struct.Struct(">B").pack variable
649 int2byte = chr variable