§
    {b¦iO  ã                   ó(   — d Z ddlZdedefd„Zd„ ZdS )a2  List of Python standard library modules.

Sadly, there is no reliable way to tell whether a module is part of the
standard library except by comparing to a canonical list.

This is taken from https://github.com/PyCQA/isort/tree/develop/isort/stdlibs,
which itself is sourced from the Python documentation.
é    NÚmoduleÚreturnc                 óX   — |                       d¦  «        d         }|t          ¦   «         v S )Nú.r   )Ú	partitionÚ_get_stdlib_modules)r   Úbase_modules     úR/root/projects/butler/venv/lib64/python3.11/site-packages/torch/package/_stdlib.pyÚis_stdlib_moduler      s,   € Ø×"Ò" 3Ñ'Ô'¨Ô*€KØÕ-Ñ/Ô/Ð/Ð/ó    c                  ó>   — t           j        dk    sJ ‚t           j        S )N)é   é
   )ÚsysÚversion_infoÚstdlib_module_names© r   r
   r   r      s   € ÝÔ˜wÒ&Ð&Ð&Ð&ÝÔ"Ð"r   )Ú__doc__r   ÚstrÚboolr   r   r   r   r
   ú<module>r      sU   ððð ð €
€
€
ð0˜Sð 0 Tð 0ð 0ð 0ð 0ð
#ð #ð #ð #ð #r   