Home
last modified time | relevance | path

Searched refs:foreach_type (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dspdx.py126 for o in objset.foreach_type(oe.spdx30.SpdxDocument):
161 for software_file in objset.foreach_type(oe.spdx30.software_File):
257 for o in objset.foreach_type(oe.spdx30.SoftwareAgent):
263 for o in objset.foreach_type(oe.spdx30.Person):
269 for o in objset.foreach_type(oe.spdx30.Organization):
275 for o in objset.foreach_type(oe.spdx30.SpdxDocument):
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom30.py214 for obj in self.foreach_type(typ, match_subclass=match_subclass):
265 for o in self.foreach_type(oe.spdx30.Element):
287 for o in self.foreach_type(oe.spdx30.Element):
1049 for lic in objset.foreach_type(oe.spdx30.simplelicensing_LicenseExpression):
H A Dspdx30_tasks.py327 for e in objset.foreach_type(oe.spdx30.Relationship):
958 for obj in objset.foreach_type(oe.spdx30.Element):
H A Dspdx30.py1166 def foreach_type(self, typ, *, match_subclass=True): member in SHACLObjectSet