Class: coder.make.ToolchainInfo
Package: coder.make
Remove attribute
h.removeAttribute(att_name)
removes
the named attribute from h
.removeAttribute(att_name
)coder.make.ToolchainInfo.Attributes
.
h.addAttribute('FirstAttribute') h.isAttribute('FirstAttribute')
ans = 1
h.removeAttribute('FirstAttribute') h.isAttribute('FirstAttribute')
ans = 0