Source code for selinon.predicates.argsEmpty

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


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