
    Hf                     D    d Z ddlmZmZ ddlmZ  G d dee          ZdS )z
    pyexcel.plugins.sources.sheet_stream_source
    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    Representation of array source

    :copyright: (c) 2015-2022 by Onni Software Ltd.
    :license: New BSD License
    )AbstractSourceMemorySourceMixin)paramsc                   $    e Zd ZdZd Zd Zd ZdS )SheetStreamSourcez.
    Internal Sheet Stream as data source
    c                 8    || _         t          j        | fi | d S N) _SheetStreamSource__sheet_streamr   __init__)selfsheet_streamkeywordss      m/var/www/ffwdstore.be/apps/py-env/lib/python3.11/site-packages/pyexcel/plugins/sources/sheet_stream_source.pyr   zSheetStreamSource.__init__   s)    *1111111    c                 2    | j         j        | j         j        iS r	   )r
   namepayloadr   s    r   get_datazSheetStreamSource.get_data   s    #($*=*EFFr   c                     t           j        d fS r	   )r   SHEET_STREAMr   s    r   get_source_infoz!SheetStreamSource.get_source_info   s    "D((r   N)__name__
__module____qualname____doc__r   r   r    r   r   r   r      sN         2 2 2G G G) ) ) ) )r   r   N)r   pyexcel.sourcer   r   pyexcel.plugins.sourcesr   r   r   r   r   <module>r       sr     = < < < < < < < * * * * * *) ) ) ) )(9 ) ) ) ) )r   