Searched refs:indexbytes (Results 1 – 9 of 9) sorted by relevance
579 indexbytes = operator.getitem variable594 def indexbytes(buf, i): function
608 indexbytes = operator.getitem variable626 def indexbytes(buf, i): function
177 - Add helpers for indexing and iterating over bytes: iterbytes and indexbytes.
510 assert six.indexbytes(six.b("hello"), 3) == ord("l")
629 indexbytes = operator.getitem variable654 def indexbytes(buf, i): function
193 - Add helpers for indexing and iterating over bytes: iterbytes and indexbytes.
544 assert six.indexbytes(six.b("hello"), 3) == ord("l")
415 .. function:: indexbytes(buf, i)
422 .. function:: indexbytes(buf, i)