Ë
    CêadW  ã                   ó8   — d dl Z  G d„ de j                  ¬«      Zy)é    Nc                   ó<   — e Zd ZdZdd„Zej                  d„ «       Zy)ÚFormatterBasez8Base class for example plugin used in the tutorial.
    c                 ó   — || _         y )N)Ú	max_width)Úselfr   s     ú8/usr/lib/python3/dist-packages/stevedore/example/base.pyÚ__init__zFormatterBase.__init__   s	   € Ø"ˆó    c                  ó   — y)zïFormat the data and return unicode text.

        :param data: A dictionary with string keys and simple types as
                     values.
        :type data: dict(str:?)
        :returns: Iterable producing the formatted text.
        N© )r   Údatas     r   ÚformatzFormatterBase.format   s    r
   N)é<   )Ú__name__Ú
__module__Ú__qualname__Ú__doc__r	   ÚabcÚabstractmethodr   r   r
   r   r   r      s&   „ ñó#ð 	×Ññó ñr
   r   )Ú	metaclass)r   ÚABCMetar   r   r
   r   ú<module>r      s   ðó  ô˜cŸk™kö r
   