Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppcheck-opensource/cppcheck
/ backward
Method
backward
addons/cppcheckdata.py:514–518 ·
view source on GitHub ↗
(self, start=None)
Source
from the content-addressed store, hash-verified
512
token = token.next
513
514
def
backward(self, start=None):
515
token = self
516
while
token and token != start:
517
yield
token
518
token = token.previous
519
520
def
astParents(self):
521
token = self
Callers
1
tokAt
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected