� ��^c@s%dZdgZd�Zd�ZdS(s� requests.hooks ~~~~~~~~~~~~~~ This module provides the capabilities for the Requests hooks system. Available hooks: ``response``: The response generated from a Request. tresponsecCsd�tD�S(NcSsi|]}g|�qS(((t.0tevent((s0/tmp/pip-build-1THPZW/requests/requests/hooks.pys s (tHOOKS(((s0/tmp/pip-build-1THPZW/requests/requests/hooks.pyt default_hooksscKsx|p i}|j|�}|rtt|d�r<|g}nx5|D]*}|||�}|dk rC|}qCqCWn|S(s6Dispatches a hook dictionary on a given piece of data.t__call__N(tgetthasattrtNone(tkeythookst hook_datatkwargsthookt _hook_data((s0/tmp/pip-build-1THPZW/requests/requests/hooks.pyt dispatch_hooks    N(t__doc__RRR(((s0/tmp/pip-build-1THPZW/requests/requests/hooks.pyt s