Source code for selinonlib.predicates.argsEmpty

#!/bin/env python3


[docs]def argsEmpty(node_args): return bool(node_args)