MCPcopy Index your code
hub / github.com/aboutcode-org/vulnerablecode / getClass

Method getClass

vulnerabilities/lib_oval.py:1073–1077  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1071 return None
1072
1073 def getClass(self):
1074 if self.element is None:
1075 return None
1076
1077 return self.element.get("class")
1078
1079 def setClass(self, ovalclass):
1080 if self.element is None:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected