Submit
Path:
~
/
/
usr
/
lib
/
python2.7
/
site-packages
/
s3transfer
/
File Content:
subscribers.pyc
� =��Xc @ sJ d d l m Z d d l m Z d d l m Z d e f d � � YZ d S( i����( t six( t accepts_kwargs( t InvalidSubscriberMethodErrort BaseSubscriberc B sP e Z d Z d d d g Z d � Z e d � � Z d � Z d � Z d � Z RS( s� The base subscriber class It is recommended that all subscriber implementations subclass and then override the subscription methods (i.e. on_{subsribe_type}() methods). t queuedt progresst donec O s | j � t t | � j | � S( N( t _validate_subscriber_methodst superR t __new__( t clst argst kwargs( ( s: /tmp/pip-build-uEGWVr/s3transfer/s3transfer/subscribers.pyR s c C sl xe | j D]Z } t | d | � } t j | � sE t d | � � n t | � s t d | � � q q Wd S( Nt on_s&