Source code for selinon.predicates.isStr

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


[docs]def isStr(message): return isinstance(message, str)