3
š(ƒh‚  ã               @   s   d Z dd„ ZdS )zÂ
Providing iterator functions that are not in all version of Python we support.
Where possible, we try to use the system-native version and only fall back to
these implementations if necessary.
c             C   s*   yt | ƒ W n tk
r    dS X dS dS )z:A implementation independent way of checking for iterablesFTN)ÚiterÚ	TypeError)Úx© r   ú;/tmp/pip-install-q3hcpn_q/Django/django/utils/itercompat.pyÚis_iterable   s
    r   N)Ú__doc__r   r   r   r   r   Ú<module>   s   