True if the domain has the given internal identifier.
See also
get, ‘item`, items
An internal identifier.
Whether or not the domain has the internal identifier.
>>> d.items().keys() ['dim0', 'aux0', 'aux1', 'ref0'] >>> d.has('dim0') True >>> d.has('aux2') False
cf.Domain.get
cf.Domain.insert_aux
Enter search terms or a module, class or function name.