Source code for selinonlib.predicates.empty

#!/bin/env python3


[docs]def empty(message): return bool(message)