Searched refs:unhexlify (Results 1 – 2 of 2) sorted by relevance
16 def unhexlify(text: str) -> bytes: function17 return binascii.unhexlify(text.translate(STR_TRANS_REMOVE_BLANKS))32 dst[private][size] = unhexlify(src[typ][size][0])33 dst[public][size] = unhexlify(src[typ][size][1])
67 print(binascii.unhexlify(portAndPl[1].replace(":","")))
Completed in 12 milliseconds