Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/lib/oe/
H A Dspdx30.py334 class ListProxy(object): class
388 if isinstance(other, ListProxy):
399 VALID_TYPES = (list, ListProxy)
406 return ListProxy(self.prop)
415 if isinstance(value, ListProxy):
421 check_type(value, ListProxy)
425 check_type(value, ListProxy)
429 check_type(value, ListProxy)
443 if isinstance(value, ListProxy):
451 check_type(value, ListProxy)
[all …]