MCPcopy Create free account
hub / github.com/KDE/kdevelop / print

Method print

plugins/qmljs/nodejsmodules/jsgenerator.py:203–209  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

201 return self
202
203 def print(self):
204 # Declare the members in "exports"
205 for member in self._members:
206 member.setParentName('exports', False)
207 member.setName('')
208 member.print()
209 print('')

Callers

nothing calls this directly

Calls 3

setParentNameMethod · 0.80
setNameMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected