Class: coder.make.ToolchainInfo
Package: coder.make
Get list of attribute names
names = h.getAttributes
returns the list of attribute names in names
= h
.getAttributescoder.make.ToolchainInfo.Attributes
.
h.addAttribute('FirstAttribute') h.addAttribute('SecondAttribute') h.addAttribute('ThirdAttribute') names = h.getAttributes
names = 'FirstAttribute' 'SecondAttribute' 'ThirdAttribute'