:py:mod:`imessagedb.handles` ============================ .. py:module:: imessagedb.handles Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: imessagedb.handles.Handles .. py:class:: Handles(database) All handles in the database .. py:property:: handles :type: dict Return the list of handles .. py:property:: numbers :type: dict Return the list of handles indexed by the number .. py:property:: names :type: dict Return the list of handles indexed by the number .. py:method:: _get_handles_from_database() .. py:method:: get_handles() -> str Return a string with the list of handles .. py:method:: name_for_number(number: str) -> str .. py:method:: __iter__() .. py:method:: __len__() -> int .. py:method:: __repr__() -> str Return repr(self). .. py:method:: __getitem__(item: str) -> imessagedb.handle.Handle