TelepathyGLib.HandleSet

Fields

None

Methods

dump ()

to_identifier_map ()

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:

str

Format a TelepathyGLib.HandleSet for debug output.

to_identifier_map()
Returns:

a map from the handles in self to the corresponding identifier.

Return type:

{int: str}

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.