Return true if and only if the dictionary contains the given key.
The key.
out : bool
Examples
>>> d.keys() ['key1', 3, ('a', 1)] >>> d.has_key(3) True >>> d.has_key('key9') False
cf.CfDict.get_keys
cf.CfDict.items
Enter search terms or a module, class or function name.