Searched refs:ListProxy (Results 1 – 1 of 1) sorted by relevance
335 class ListProxy(object): class389 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 …]