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

Method print

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

Source from the content-addressed store, hash-verified

65 self._args = args
66
67 def print(self):
68 if self.name() != '':
69 # This function is not a member, no need to assign it to an object
70 print(self.valueToAssign())
71 else:
72 Member.print(self)
73
74 def valueToAssign(self):
75 # Define the function

Callers 15

util.jsFile · 0.45
child_process.pyFile · 0.45
ecmascript.pyFile · 0.45
os.pyFile · 0.45
dns.pyFile · 0.45
fs.pyFile · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
printMethod · 0.45
url.pyFile · 0.45
path.pyFile · 0.45

Calls 2

valueToAssignMethod · 0.95
nameMethod · 0.45

Tested by

no test coverage detected