Source code for selinonlib.predicates.argsIsInt

#!/bin/env python3


[docs]def argsIsInt(node_args): return isinstance(node_args, int)