Source code for selinonlib.predicates.isDict

#!/bin/env python3


[docs]def isDict(message): return isinstance(message, dict)