Searched refs:RestrictedList (Results 1 – 1 of 1) sorted by relevance
326 class RestrictedList(list): class357 self.cop = RestrictedList() # converted C.Decimal operands358 self.cex = RestrictedList() # Python exceptions for C.Decimal359 self.cresults = RestrictedList() # C.Decimal results360 self.pop = RestrictedList() # converted P.Decimal operands361 self.pex = RestrictedList() # Python exceptions for P.Decimal362 self.presults = RestrictedList() # P.Decimal results374 self.maxop = RestrictedList() # converted C.Decimal operands375 self.maxex = RestrictedList() # Python exceptions for C.Decimal376 self.maxresults = RestrictedList() # C.Decimal results