TelepathyGLib.HandleSet¶
Fields¶
None
Methods¶
|
|
Details¶
- class TelepathyGLib.HandleSet¶
A set of handles. This is similar to a
TelepathyGLib.Intset
(and implemented using one), but adding a handle to the set also references it.- dump()¶
- Returns:
a string representation of the handle set suitable for debug output
- Return type:
Format a
TelepathyGLib.HandleSet
for debug output.
- to_identifier_map()¶
-
Returns a dictionary mapping each handle in self to the corresponding identifier, as if retrieved by calling tp_handle_inspect() on each handle. The type of the returned value is described as
Handle_Identifier_Map in the Telepathy specification.