Home | History | Annotate | Download | only in Lib

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)