same_image_detecting属性

same_image_detecting属性

设置/获取是否检查图片是否同源,默认为true 默认值是true。

定义:

@property
def same_image_detecting(self):
    ...
@same_image_detecting.setter
def same_image_detecting(self, value):
    ...

也可以看看