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