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

Method valueAfterAssignation

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

Source from the content-addressed store, hash-verified

80 )
81
82 def valueAfterAssignation(self):
83 # Call it, so that its parameters have the correct type
84 return '%s(%s);' % (
85 self.fullName(),
86 ', '.join([arg[1] for arg in self._args])
87 )
88
89class Var(Member):
90 def __init__(self, type, name):

Callers

nothing calls this directly

Calls 2

joinMethod · 0.80
fullNameMethod · 0.45

Tested by

no test coverage detected