in mutornadomon/net.py [0:0]
def is_private_address(ip): ip = _convert_to_unicode(ip) ip = IP(ip) return any(ip in net for net in PRIVATE_NETS)