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