Searched refs:match_subclass (Results 1 – 2 of 2) sorted by relevance
| /openbmc/openbmc/poky/meta/lib/oe/ |
| H A D | sbom30.py | 213 def foreach_filter(self, typ, *, match_subclass=True, **attr_filter): argument 214 for obj in self.foreach_type(typ, match_subclass=match_subclass): 218 def find_filter(self, typ, *, match_subclass=True, **attr_filter): argument 220 typ, match_subclass=match_subclass, **attr_filter
|
| H A D | spdx30.py | 1178 def foreach_type(self, typ, *, match_subclass=True): argument 1195 if match_subclass or exact:
|