Ë
    ûûàg?  ã                   ó   — d Z  G d„ d«      Zy)zQTablib - Jira table export support.

   Generates a Jira table from the dataset.
c                   óR   — e Zd ZdZed„ «       Zed„ «       Zed„ «       Zedd„«       Zy)Ú
JIRAFormatÚjirac                 óŒ   — |j                   r| j                  |j                   «      nd}| j                  |«      }|r|› d|› �S |S )a  Formats the dataset according to the Jira table syntax:

        ||heading 1||heading 2||heading 3||
        |col A1|col A2|col A3|
        |col B1|col B2|col B3|

        :param dataset: dataset to serialize
        :type dataset: tablib.core.Dataset
        Ú ú
)ÚheadersÚ_get_headerÚ	_get_body)ÚclsÚdatasetÚheaderÚbodys       úR/var/www/skyplay_api_hub/venv/lib/python3.12/site-packages/tablib/formats/_jira.pyÚ
export_setzJIRAFormat.export_set
   sD   € ð 6=·_²_�—‘ §¡Ô1È"ˆØ�}‰}˜WÓ%ˆÙ&,�&�˜˜D˜6Ð"Ð6°$Ð6ó    c                 óh   — dj                  |D �cg c]  }| j                  |«      ‘Œ c}«      S c c}w )Nr   )ÚjoinÚ_serialize_row)r   r   Úrows      r   r
   zJIRAFormat._get_body   s*   € à�y‰y¸WÖE°c˜#×,Ñ,¨SÕ1ÒEÓFÐFùÒEs   �/c                 ó(   — | j                  |d¬«      S )Nz||)Ú	delimiter)r   )r   r   s     r   r	   zJIRAFormat._get_header   s   € à×!Ñ! '°TÐ!Ó:Ð:r   c                 ó†   — dj                  ||j                  |D �cg c]  }|rt        |«      nd‘Œ c}«      |«      S c c}w )Nz{}{}{}ú )Úformatr   Ústr)r   r   r   Úitems       r   r   zJIRAFormat._serialize_row"   s>   € à�‰ØØ�N‰NÀ3ÖG¸4©œC œI°3Ñ6ÒGÓHØó
ð 	
ùâGs   œ>N)ú|)	Ú__name__Ú
__module__Ú__qualname__ÚtitleÚclassmethodr   r
   r	   r   © r   r   r   r      sW   „ Ø€Eàñ7ó ð7ð ñGó ðGð ñ;ó ð;ð ò
ó ñ
r   r   N)Ú__doc__r   r#   r   r   ú<module>r%      s   ðñ÷!
ò !
r   