imessagedb.handles

Module Contents

Classes

Handles

All handles in the database

class imessagedb.handles.Handles(database)[source]

All handles in the database

property handles: dict

Return the list of handles

property numbers: dict

Return the list of handles indexed by the number

property names: dict

Return the list of handles indexed by the number

_get_handles_from_database()[source]
get_handles() str[source]

Return a string with the list of handles

name_for_number(number: str) str[source]
__iter__()[source]
__len__() int[source]
__repr__() str[source]

Return repr(self).

__getitem__(item: str) imessagedb.handle.Handle[source]