Home | History | Annotate | Download | only in python2.7

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)