Lines Matching refs:list
168 addresses: a list of IPv#Address objects.
204 >>> list(summarize_address_range(IPv4Address('192.0.2.0'),
272 addresses: A list of IPv4Network's or IPv6Network's
275 A list of IPv4Network's or IPv6Network's depending on what we were
280 to_merge = list(addresses)
305 """Collapse a list of IP objects.
319 TypeError: If passed a list of mixed version objects.
803 list(addr1.address_exclude(addr2)) =
811 list(addr1.address_exclude(addr2)) =
924 and list.sort().
1749 """Compresses a list of hextets.
1751 Compresses a list of strings, replacing the longest continuous
1752 sequence of "0" in the list with "" and adding empty strings at
1758 hextets: A list of strings, the hextets to compress.
1761 A list of strings.