Searched refs:ENCODED_TOKEN (Results 1 – 1 of 1) sorted by relevance
59 ENCODED_TOKEN = struct.Struct('<I') variable80 result = fmt.format(encoded_message[ENCODED_TOKEN.size:],202 if len(encoded_message) < ENCODED_TOKEN.size:206 token, = ENCODED_TOKEN.unpack_from(encoded_message)