Source code for selinonlib.predicates.argsIsList

#!/bin/env python3


[docs]def argsIsList(node_args): return isinstance(node_args, list)