Submit
Path:
~
/
/
lib64
/
python2.7
/
site-packages
/
PIL
/
File Content:
ImageStat.pyc
� o��ec @ sU d d l m Z d d l Z d d l Z d d l m Z d d d � � YZ e Z d S( i����( t ImageN( t reducet Statc B st e Z d Z d d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z d � Z RS( s Get image or feature statisticsc C s� y. | r | j | � | _ n | j � | _ Wn t k rJ | | _ n Xt | j t � sl t d � � n t t t | j � d � � | _ d S( Ns$ first argument must be image or listi ( t histogramt ht AttributeErrort isinstancet listt TypeErrort ranget lent bands( t selft image_or_listt mask( ( s3 /usr/lib64/python2.7/site-packages/PIL/ImageStat.pyt __init__0 s c C sI | d d k r t | � � n t | d | � � } t | | | � | S( s Calculate missing attributei t _get( R t getattrt setattr( R t idt v( ( s3 /usr/lib64/python2.7/site-packages/PIL/ImageStat.pyt __getattr__<