:py:mod:`imessagedb.handle` =========================== .. py:module:: imessagedb.handle Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: imessagedb.handle.Handle .. py:class:: Handle(database, rowid: str, name: str, number: str, service: str) Class for holding information about a Handle .. py:property:: rowid :type: str .. py:property:: number :type: str .. py:property:: service :type: str .. py:property:: name :type: str .. py:method:: __repr__() -> str Return repr(self).