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

Method print

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

Source from the content-addressed store, hash-verified

30 return self._full_name
31
32 def print(self):
33 print('%s = %s;' % (self.fullName(), self.valueToAssign()))
34
35 if self.valueAfterAssignation() != '':
36 print(self.valueAfterAssignation())
37
38 def valueToAssign(self):
39 """

Callers

nothing calls this directly

Calls 3

fullNameMethod · 0.95
valueToAssignMethod · 0.95
valueAfterAssignationMethod · 0.95

Tested by

no test coverage detected