Files
django-stubs/django/utils/itercompat.pyi
2018-07-29 18:27:46 +03:00

4 lines
61 B
Python

from typing import Any
def is_iterable(x: Any) -> bool: ...