Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
print
Method · 0.95
valueAfterAssignation
Method · 0.45
print
Method · 0.45
print
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected