deriving from float or int

Russ uymqlp502 at sneakemail.com
Tue Feb 21 01:22:34 EST 2006


Does it ever make sense to derive a class from a basic type such as
float or int? Suppose, for example, that I want to create a class for
physical scalars with units. I thought about deriving from float, then
adding the units. I played around with it a bit, but it doesn't seem to
work very well. Am I missing something here? Thanks.




More information about the Python-list mailing list