Searched refs:_parse_octet (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Lib/ | ||
H A D | ipaddress.py | 1205 return int.from_bytes(map(cls._parse_octet, octets), 'big') 1210 def _parse_octet(cls, octet_str): member in _BaseV4 |
Completed in 3 milliseconds