Searched refs:CATInfo (Results 1 – 1 of 1) sorted by relevance
27 CATInfo = namedtuple("CATInfo", ["capacity_mask_length", "clos_number", "has_CDP"]) variable in AddLLCCATAction35 v = self.CATInfo(int(m.group(1)), int(m.group(2)), m.group(3) in ["true", "y", "yes"])
Completed in 4 milliseconds