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

Method exportChildren

src/Tools/bindings/model/generateModel_Module.py:895–899  ·  view source on GitHub ↗
(self, outfile, level, name_="Methode")

Source from the content-addressed store, hash-verified

893 outfile.write(' Static="%s"' % (self.getStatic(),))
894
895 def exportChildren(self, outfile, level, name_="Methode"):
896 if self.Documentation:
897 self.Documentation.export(outfile, level)
898 for Parameter_ in self.getParameter():
899 Parameter_.export(outfile, level)
900
901 def exportLiteral(self, outfile, level, name_="Methode"):
902 level += 1

Callers 1

exportMethod · 0.95

Calls 2

getParameterMethod · 0.95
exportMethod · 0.45

Tested by

no test coverage detected