o
     …›iO  ã                   @   s*   d Z ddlZdedefdd„Zd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                 C   s   |   d¡d }|tƒ v S )NÚ.r   )Ú	partitionÚ_get_stdlib_modules)r   Úbase_module© r   úW/sda-disk/www/egybert/egybert_env/lib/python3.10/site-packages/torch/package/_stdlib.pyÚis_stdlib_module   s   
r
   c                   C   s   t jdksJ ‚t jS )N)é   é
   )ÚsysÚversion_infoÚstdlib_module_namesr   r   r   r	   r      s   r   )Ú__doc__r   ÚstrÚboolr
   r   r   r   r   r	   Ú<module>   s   	