Source code for selinon.predicates.isList

#!/bin/env python3
# pragma: no cover


[docs]def isList(message): return isinstance(message, list)