
    [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     H/var/www/icac/venv/lib/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     


0S 0T 0 0 0 0
# # # # #r   