MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / setAttribute

Method setAttribute

src/Tools/bindings/model/generateModel_Module.py:368–369  ·  view source on GitHub ↗
(self, Attribute)

Source from the content-addressed store, hash-verified

366 return self.Attribute
367
368 def setAttribute(self, Attribute):
369 self.Attribute = Attribute
370
371 def addAttribute(self, value):
372 self.Attribute.append(value)

Callers 15

addAttributeFunction · 0.80
writeMethod · 0.80
CreateElementMethod · 0.80
_SetAttributeMethod · 0.80
RenameGrpMethod · 0.80
CreateDocumentMethod · 0.80
_setOverlayModeMethod · 0.80
eventFilterMethod · 0.80
addWindowMethod · 0.80
contextMenuEventMethod · 0.80
setMouseTransparentMethod · 0.80
activatedMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected