Ë
    ÇVh\  ã                  ó6   — d Z ddlmZ ddlmZ  G d„ de«      Zy)ú6Source provider to use when the layout is unsupported.é    )Úannotationsé   )ÚSourceProviderc                  ó.   — e Zd ZdZdZedd„«       Zdd„Zy)ÚUnsupportedSourcer   r   c                 ó   — y)zBReturn True if the given path is a content root for this provider.F© )Úpaths    úb/home/dcms/DCMS/lib/python3.12/site-packages/ansible_test/_internal/provider/source/unsupported.pyÚis_content_rootz!UnsupportedSource.is_content_root   s   € ð ó    c                ó   — g S )z@Return the list of available content paths under the given path.r
   )Úselfr   s     r   Ú	get_pathszUnsupportedSource.get_paths   s   € àˆ	r   N)r   ÚstrÚreturnÚbool)r   r   r   z	list[str])Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚsequenceÚstaticmethodr   r   r
   r   r   r   r   	   s!   „ Ù@à€Hàòó ðôr   r   N)r   Ú
__future__r   Ú r   r   r
   r   r   ú<module>r      s   ðÙ <Ý "õô
˜õ r   