Searched defs:to_nums (Results 1 – 1 of 1) sorted by relevance
420 def to_nums(self, signed=False) -> list[int]: member in Property2064 def to_nums(data: bytes, length: int = 4, signed: bool = False) -> list[int]: function