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

Method valueToAssign

plugins/qmljs/nodejsmodules/jsgenerator.py:38–42  ·  view source on GitHub ↗

Value to assign to the member, for instance "function (){}"

(self)

Source from the content-addressed store, hash-verified

36 print(self.valueAfterAssignation())
37
38 def valueToAssign(self):
39 """
40 Value to assign to the member, for instance "function (){}"
41 """
42 return '""';
43
44 def valueAfterAssignation(self):
45 """

Callers 1

printMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected