Searched refs:RestrictedList (Results 1 – 1 of 1) sorted by relevance
309 class RestrictedList(list): class340 self.cop = RestrictedList() # converted C.Decimal operands341 self.cex = RestrictedList() # Python exceptions for C.Decimal342 self.cresults = RestrictedList() # C.Decimal results343 self.pop = RestrictedList() # converted P.Decimal operands344 self.pex = RestrictedList() # Python exceptions for P.Decimal345 self.presults = RestrictedList() # P.Decimal results