Source code for selinonlib.predicates.isStr

#!/bin/env python3


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