Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ getLongName
Method
getLongName
addons/misra_9.py:52–53 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
50
51
52
def
getLongName(self):
53
return
self.parent.getLongName() +
"."
+ self.name
if
self.parent
else
self.name
54
55
def
getInitDump(self):
56
t = []
Callers
1
__repr__
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected