Source code for selinon.predicates.isDict

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


[docs]def isDict(message): return isinstance(message, dict)