mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-24 14:14:47 +03:00
Added comment
This commit is contained in:
parent
7421f088e9
commit
9cfb15bab1
|
@ -400,6 +400,7 @@ class IFDRational(Rational):
|
|||
"floor",
|
||||
"round",
|
||||
):
|
||||
# Equivalent to __add__ = _delegate("__add__") etc.
|
||||
vars()["__" + op + "__"] = _delegate("__" + op + "__")
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user