Selects the accessible object implementing this interface when item
offset is None and all is False. Selects all items when item offset is
None and all is True. Otherwise, selects the one item indicated by the
item offset in the subject AEPor.
- Parameters:
all (boolean) - Select all items?
- Returns: boolean
- Did accessible accept (True) or refuse (False) the
selection?
- Raises:
LookupError - When the accessible object is dead
NotImplementedError - When the accessible does not support an interface for setting
the selection
|