Source code for selinonlib.predicates.isInt

#!/bin/env python3


[docs]def isInt(message): return isinstance(message, int)