File: //opt/alt/python37/lib64/python3.7/__pycache__/macpath.cpython-37.opt-2.pyc
B
    YI~d�  �                @   sF  d Z dZdZd ZdZd ZdZdZddlZddl	T ddl
Z
ddl
T ddlZejde
d	d
� ddd
ddddddddddddddddddd d!d"d#d$d%d&d'd(d)d*g Zd+d,� Zd-d� Zd.d� Zd/d
� Zd0d� Zd1d� Ze
jje_d2d� Zd3d� Zd4d� Zd5d6� Zd7d� Zd8d� Zd9d� Zd:d� ZG d;d<� d<e�Z d=d� Z!d>d � Z"d?d)� Z#d@Z$dS )A�:z::�.�
NzDev:Null�    )�*zBthe macpath module is deprecated in 3.7 and will be removed in 3.8�   )�
stacklevel�normcase�isabs�join�
splitdrive�split�splitext�basename�dirname�commonprefix�getsize�getmtime�getatime�getctime�islink�exists�lexists�isdir�isfile�
expanduser�
expandvars�normpath�abspath�curdir�pardir�sep�pathsep�defpath�altsep�extsep�devnull�realpath�supports_unicode_filenamesc             C   s   t | t�rdS dS d S )N�   :r   )�
isinstance�bytes)�path� r,   �,/opt/alt/python37/lib64/python3.7/macpath.py�
_get_colon   s    
r.   c             C   s(   t | ttf�s td�| jj���| �� S )Nz2normcase() argument must be str or bytes, not '{}')r)   r*   �str�	TypeError�format�	__class__�__name__�lower)r+   r,   r,   r-   r   '