Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_decimal/tests/
Ddeccheck.py309 class RestrictedList(list): class
340 self.cop = RestrictedList() # converted C.Decimal operands
341 self.cex = RestrictedList() # Python exceptions for C.Decimal
342 self.cresults = RestrictedList() # C.Decimal results
343 self.pop = RestrictedList() # converted P.Decimal operands
344 self.pex = RestrictedList() # Python exceptions for P.Decimal
345 self.presults = RestrictedList() # P.Decimal results