Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ Location
Class
Location
addons/cppcheckdata.py:53–59 ·
view source on GitHub ↗
Utility location class
Source
from the content-addressed store, hash-verified
51
52
53
class
Location:
54
""
"Utility location class"
""
55
file = None
56
linenr = None
57
column = None
58
def
__init__(self, element):
59
_load_location(self, element)
60
61
62
class
Directive:
Callers
1
analyse_ctu_info
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected