Home
last modified time | relevance | path

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

/third_party/python/Modules/_decimal/tests/
H A Ddeccheck.py330 class RestrictedList(list): class
361 self.cop = RestrictedList() # converted C.Decimal operands
362 self.cex = RestrictedList() # Python exceptions for C.Decimal
363 self.cresults = RestrictedList() # C.Decimal results
364 self.pop = RestrictedList() # converted P.Decimal operands
365 self.pex = RestrictedList() # Python exceptions for P.Decimal
366 self.presults = RestrictedList() # P.Decimal results
378 self.maxop = RestrictedList() # converted C.Decimal operands
379 self.maxex = RestrictedList() # Python exceptions for C.Decimal
380 self.maxresults = RestrictedList() #
[all...]

Completed in 1 milliseconds