We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 919dbbe commit b879adaCopy full SHA for b879ada
1 file changed
src/PIL/Image.py
@@ -492,7 +492,10 @@ def __init__(self):
492
self._exif = None
493
494
def _use_im_values(self):
495
- ''' Whether or not to try using values from self.im in addition to the values in this class. '''
+ """
496
+ Whether or not to try using values from self.im
497
+ in addition to the values in this class.
498
499
return self.im is not None
500
501
@property
0 commit comments