Searched refs:bytestr (Results 1 – 1 of 1) sorted by relevance
187 def nh_extract_int(bytestr, pos, length): argument189 return int.from_bytes(bytestr[pos//8 : pos//8 + length//8], byteorder='little')