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

Method fullName

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

Source from the content-addressed store, hash-verified

27 return self._name
28
29 def fullName(self):
30 return self._full_name
31
32 def print(self):
33 print('%s = %s;' % (self.fullName(), self.valueToAssign()))

Callers 4

printMethod · 0.95
valueAfterAssignationMethod · 0.45
printMethod · 0.45
printMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected