Home
last modified time | relevance | path

Searched refs:indexbytes (Results 1 – 9 of 9) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
Dsix.py579 indexbytes = operator.getitem variable
594 def indexbytes(buf, i): function
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
Dsix.py608 indexbytes = operator.getitem variable
626 def indexbytes(buf, i): function
DCHANGES177 - Add helpers for indexing and iterating over bytes: iterbytes and indexbytes.
Dtest_six.py510 assert six.indexbytes(six.b("hello"), 3) == ord("l")
/external/chromium-trace/catapult/third_party/six/
Dsix.py629 indexbytes = operator.getitem variable
654 def indexbytes(buf, i): function
DCHANGES193 - Add helpers for indexing and iterating over bytes: iterbytes and indexbytes.
Dtest_six.py544 assert six.indexbytes(six.b("hello"), 3) == ord("l")
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/
Dindex.rst415 .. function:: indexbytes(buf, i)
/external/chromium-trace/catapult/third_party/six/documentation/
Dindex.rst422 .. function:: indexbytes(buf, i)