Searched refs:PY3 (Results 1 – 16 of 16) sorted by relevance
23 PY3 = sys.version_info[0] == 3 variable26 if PY3:
23 PY3 = sys.version_info[0] == 3 variable25 if PY3:
46 if util.PY3:61 if util.PY3:74 if util.PY3:
33 if util.PY3:
77 if six.PY3:162 if six.PY3 and opcode == websocket.ABNF.OPCODE_TEXT and isinstance(data, bytes):
33 if six.PY3:
221 if six.PY3 and op_code == ABNF.OPCODE_TEXT:
35 if six.PY3:
294 if six.PY3 and opcode == ABNF.OPCODE_TEXT:
44 if six.PY3:
50 if six.PY3:
87 if six.PY3:
73 if six.PY3:
21 if six.PY3:
1911 @testtools.skipIf(six.PY3, "This test needs to be fixed for python 3")