imessagedb.handle

Module Contents

Classes

Handle

Class for holding information about a Handle

class imessagedb.handle.Handle(database, rowid: str, name: str, number: str, service: str)[source]

Class for holding information about a Handle

property rowid: str
property number: str
property service: str
property name: str
__repr__() str[source]

Return repr(self).