Added comment

This commit is contained in:
Andrew Murray 2019-08-31 05:53:08 +10:00
parent 7421f088e9
commit 9cfb15bab1

View File

@ -400,6 +400,7 @@ class IFDRational(Rational):
"floor", "floor",
"round", "round",
): ):
# Equivalent to __add__ = _delegate("__add__") etc.
vars()["__" + op + "__"] = _delegate("__" + op + "__") vars()["__" + op + "__"] = _delegate("__" + op + "__")