Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ astParents
Method
astParents
addons/cppcheckdata.py:520–524 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
518
token = token.previous
519
520
def
astParents(self):
521
token = self
522
while
token and token.astParent:
523
token = token.astParent
524
yield
token
525
526
def
astTop(self):
527
top = None
Callers
1
astTop
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected