Class: coder.make.ToolchainInfo
Package: coder.make
Determine if attribute exists
truefalse = h.isAttribute(att_name)
truefalse =
returns
a logical value that indicates whether the specified attribute is
a member of h
.isAttribute(att_name
)coder.make.ToolchainInfo.Attributes
.
h.addAttribute('FirstAttribute') truefalse = h.isAttribute('FirstAttribute')
truefalse = 1