/third_party/node/tools/ |
D | compress_json.py | 10 PY2 = True variable 12 PY2 = False variable 29 slices = [','.join(str(ord(c) if PY2 else c) for c in s) for s in slices]
|
/third_party/skia/third_party/externals/markupsafe/ |
D | _compat.py | 13 PY2 = sys.version_info[0] == 2 variable 15 if not PY2:
|
D | __init__.py | 13 unichr, PY2 232 if not PY2:
|
/third_party/node/tools/inspector_protocol/markupsafe/ |
D | _compat.py | 13 PY2 = sys.version_info[0] == 2 variable 15 if not PY2:
|
D | __init__.py | 13 unichr, PY2 232 if not PY2:
|
/third_party/node/tools/inspector_protocol/jinja2/ |
D | _compat.py | 15 PY2 = sys.version_info[0] == 2 variable 20 if not PY2:
|
D | exceptions.py | 11 from jinja2._compat import imap, text_type, PY2, implements_to_string 17 if PY2:
|
D | debug.py | 18 from jinja2._compat import iteritems, reraise, PY2 271 if PY2: 307 if PY2:
|
D | bccache.py | 27 from jinja2._compat import BytesIO, pickle, PY2, text_type 31 if not PY2:
|
D | sandbox.py | 20 from jinja2._compat import string_types, PY2 31 if PY2:
|
D | runtime.py | 22 implements_iterator, implements_to_string, string_types, PY2, \ 290 if PY2: 739 if PY2:
|
D | nodes.py | 20 from jinja2._compat import izip, with_metaclass, text_type, PY2 495 if PY2 and type(rv) is text_type and \
|
D | environment.py | 33 encode_filename, PY2, PYPY 669 if not PY2 or PYPY:
|
D | filters.py | 22 from jinja2._compat import imap, string_types, text_type, iteritems, PY2
|
/third_party/skia/third_party/externals/jinja2/ |
D | exceptions.py | 4 from ._compat import PY2 11 if PY2:
|
D | _compat.py | 6 PY2 = sys.version_info[0] == 2 variable 10 if not PY2:
|
D | sandbox.py | 15 from ._compat import PY2 25 if PY2:
|
D | runtime.py | 16 from ._compat import PY2 323 if PY2: 893 if PY2:
|
D | nodes.py | 12 from ._compat import PY2 515 PY2
|
D | environment.py | 18 from ._compat import PY2 724 if not PY2 or PYPY:
|
/third_party/jinja2/ |
D | _compat.py | 6 PY2 = sys.version_info[0] == 2 variable 10 if not PY2:
|
/third_party/benchmark/tools/ |
D | BUILD.bazel | 15 python_version = "PY2",
|
/third_party/protobuf/python/google/protobuf/ |
D | text_encoding.py | 112 if six.PY2:
|
D | text_format.py | 105 if six.PY2: 111 if six.PY2: 613 if isinstance(value, six.text_type) and (six.PY2 or not self.as_utf8): 841 if six.PY2:
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | decoder.py | 578 if is_strict_utf8 and six.PY2 and sys.maxunicode > _UCS2_MAXUNICODE:
|