Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def __init__(self, name, type, clazz, ttl):
DNSEntry.__init__(self, name, type, clazz)
self.ttl = ttl
self.created = currentTimeMillis()
def __init__(self, name, type, clazz, ttl):
DNSEntry.__init__(self, name, type, clazz)
self.ttl = ttl
self.created = currentTimeMillis()
def __init__(self, name, type, clazz):
#if not name.endswith(".local."):
# raise NonLocalNameException
DNSEntry.__init__(self, name, type, clazz)
def __init__(self, name, type, clazz):
#if not name.endswith(".local."):
# raise NonLocalNameException
DNSEntry.__init__(self, name, type, clazz)