django.utils.itercompat is_iterable Example Code

is_iterable is a callable within the django.utils.itercompat module of the Django project.

Example 1 from django-filter

django-filter (project documentation and PyPI page) makes it easier to filter down querysets from the Django ORM by providing common bits of boilerplate code. django-filter is provided as open source.

django-filter / django_filters / filters.py