Lines Matching full:__new__
513 # We're immutable, so use __new__ not __init__514 def __new__(cls, value="0", context=None):537 self = object.__new__(cls)3732 self = object.__new__(Decimal)