Greetings, List!
I was browsing through the Decimal source today, and found this:
# We're immutable, so use __new__ not __init__
def __new__. . .
self = object.__new__( cls)
I was browsing through the Decimal source today, and found this:
# We're immutable, so use __new__ not __init__
def __new__. . .
self = object.__new__( cls)