[Image-SIG] Strange thing about attribute '__setitem__' of PixelAccess object
hbprotoss
gamespy1991 at gmail.com
Sun Oct 14 06:43:22 CEST 2012
Hello everybody,
I'm doing an image processing project. When processing the sampling rate
and quantization rate of the image, I come across a strange phenomenon.
Why doesn't __setitem__ exist before help() function but appear after it?
It is the same even after I execute the express 'data[x,y] = value'. It
only appears after help() function.
Doesn't the express 'data[x,y] = value' call the method __setitem__ ?
Thank you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/image-sig/attachments/20121014/fee5ca33/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ???.jpg
Type: image/jpeg
Size: 44186 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/image-sig/attachments/20121014/fee5ca33/attachment-0001.jpg>
More information about the Image-SIG
mailing list