Ice.Identity¶
- class Ice.Identity(name: str = '', category: str = '')¶
Bases:
objectRepresents the identity of an Ice object. It is comparable to the path of a URI. Its string representation is
namewhen the category is empty, andcategory/namewhen the category is not empty.Notes
The Slice compiler generated this dataclass from Slice struct
::Ice::Identity.