MCPcopy Create free account
hub / github.com/cppcheck-opensource/cppcheck / configurations

Method configurations

addons/cppcheckdata.py:1271–1275  ·  view source on GitHub ↗

Return the list of all available Configuration objects.

(self)

Source from the content-addressed store, hash-verified

1269
1270 @property
1271 def configurations(self):
1272 """
1273 Return the list of all available Configuration objects.
1274 """
1275 return list(self.iterconfigurations())
1276
1277 def iterconfigurations(self):
1278 """

Callers

nothing calls this directly

Calls 1

iterconfigurationsMethod · 0.95

Tested by

no test coverage detected