Ice.Object¶
- class Ice.Object¶
Bases:
objectThe base class for servants.
- ice_id(current: Current) str | Awaitable[str]¶
Obtain the type ID corresponding to the most-derived Slice interface supported by the target object.
- ice_ids(current: Current) Sequence[str] | Awaitable[Sequence[str]]¶
Obtain the type IDs corresponding to the Slice interfaces that are supported by the target object.
- ice_isA(id: str, current: Current) bool | Awaitable[bool]¶
Determine whether the target object supports the interface denoted by the given Slice type ID.