Searched refs:_parse_compact (Results 1 – 1 of 1) sorted by relevance
39 s = Bytes._parse_compact(s)76 def _parse_compact(s: str) -> bytearray: member in Bytes142 assert Bytes._parse_compact("") == Bytes(b"")143 assert Bytes._parse_compact('01020304') == x