imessagedb.handles¶
Module Contents¶
Classes¶
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
- __getitem__(item: str) imessagedb.handle.Handle[source]¶