Home
last modified time | relevance | path

Searched refs:RestrictedList (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py326 class RestrictedList(list): class
357 self.cop = RestrictedList() # converted C.Decimal operands
358 self.cex = RestrictedList() # Python exceptions for C.Decimal
359 self.cresults = RestrictedList() # C.Decimal results
360 self.pop = RestrictedList() # converted P.Decimal operands
361 self.pex = RestrictedList() # Python exceptions for P.Decimal
362 self.presults = RestrictedList() # P.Decimal results
374 self.maxop = RestrictedList() # converted C.Decimal operands
375 self.maxex = RestrictedList() # Python exceptions for C.Decimal
376 self.maxresults = RestrictedList() # C.Decimal results