Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def get_acctoutputoctets(self):
try:return tools.DecodeInteger(self.get(43)[0])
except:return None
def get_nasport(self):
try:return tools.DecodeInteger(self.get(5)[0])
except:return None
def get_acctstatustype(self):
try:return tools.DecodeInteger(self.get(40)[0])
except:return None
def get_acctinputgigawords(self):
try:return tools.DecodeInteger(self.get(52)[0])
except:return None
def get_sessiontimeout(self):
try:return tools.DecodeInteger(self.get(27)[0])
except:return None
def get_acctterminatecause(self):
try:return tools.DecodeInteger(self.get(49)[0])
except:return None