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

Method valueAfterAssignation

plugins/qmljs/nodejsmodules/jsgenerator.py:44–49  ·  view source on GitHub ↗

Line that will be printed after the assignation. Can be used to call a function (therefore giving the type of its parameters.

(self)

Source from the content-addressed store, hash-verified

42 return '""';
43
44 def valueAfterAssignation(self):
45 """
46 Line that will be printed after the assignation. Can be used to call
47 a function (therefore giving the type of its parameters.
48 """
49 return '';
50
51class F(Member):
52 def __init__(self, returnValue, name, *args):

Callers 1

printMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected