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.py335 class ListProxy(object): class
389 if isinstance(other, ListProxy):
400 VALID_TYPES = (list, ListProxy)
407 return ListProxy(self.prop)
416 if isinstance(value, ListProxy):
419 return ListProxy(self.prop, [self.prop.set(d) for d in value])
422 check_type(value, ListProxy)
426 check_type(value, ListProxy)
430 check_type(value, ListProxy)
444 if isinstance(value, ListProxy):
[all …]