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