Source code for selinonlib.predicates.isList

#!/bin/env python3


[docs]def isList(message): return isinstance(message, list)