OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:iterbytes
(Results
1 - 9
of
9
) sorted by null
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/
CHANGES
22
- Issue #97: Optimize `six.
iterbytes
` on Python 2.
177
- Add helpers for indexing and iterating over bytes:
iterbytes
and indexbytes.
six.py
609
iterbytes
= iter
variable
628
iterbytes
= functools.partial(itertools.imap, ord)
variable
test_six.py
514
it = six.
iterbytes
(six.b("hi"))
/external/chromium-trace/catapult/third_party/six/
CHANGES
35
- Issue #97: Optimize `six.
iterbytes
` on Python 2.
193
- Add helpers for indexing and iterating over bytes:
iterbytes
and indexbytes.
six.py
630
iterbytes
= iter
variable
656
iterbytes
= functools.partial(itertools.imap, ord)
variable
test_six.py
548
it = six.
iterbytes
(six.b("hi"))
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/vendored/
six.py
580
iterbytes
= iter
variable
596
def
iterbytes
(buf):
function
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/
index.rst
421
.. function::
iterbytes
(buf)
[
all
...]
/external/chromium-trace/catapult/third_party/six/documentation/
index.rst
428
.. function::
iterbytes
(buf)
[
all
...]
Completed in 252 milliseconds