Source code for selinonlib.predicates.isFloat

#!/bin/env python3


[docs]def isFloat(message): return isinstance(message, float)