Searched refs:foreach_type (Results 1 – 4 of 4) sorted by relevance
126 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):
214 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):
327 for e in objset.foreach_type(oe.spdx30.Relationship):958 for obj in objset.foreach_type(oe.spdx30.Element):
1166 def foreach_type(self, typ, *, match_subclass=True): member in SHACLObjectSet