aboutsummaryrefslogtreecommitdiffstats
path: root/unittest/rational.py
Commit message (Collapse)AuthorAgeFilesLines
* Rational's numerator and denominator are read-only properties.Olivier Tilloy2009-08-071-0/+15
| | | This will avoid setting the attributes of a tag's Rational value where the metadata container wouldn't be notified of the changes.
* Rational.to_float().Olivier Tilloy2009-07-301-0/+6
|
* EXIF Rational and SRational conversion.Olivier Tilloy2009-03-091-0/+4
|
* Conversion of a string to a Rational.Olivier Tilloy2009-03-061-0/+8
|
* Reworked the Rational class.Olivier Tilloy2009-03-061-0/+46