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