???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................U
    e5d$                     @   s:   d dl Z dgZe dZdd Zdd Zedkr6e  dS )    N
dylib_infoz(?x)
(?P<location>^.*)(?:^|/)
(?P<name>
    (?P<shortname>\w+?)
    (?:\.(?P<version>[^._]+))?
    (?:_(?P<suffix>[^._]+))?
    \.dylib$
)
c                 C   s   t | }|sd S | S )N)DYLIB_REmatch	groupdict)filenameZis_dylib r   -/usr/lib64/python3.8/ctypes/macholib/dylib.pyr      s    
c                  C   s   ddd} d S )Nc                 S   s   t | ||||dS )NlocationnameZ	shortnameversionsuffix)dictr	   r   r   r   d.   s    ztest_dylib_info.<locals>.d)NNNNNr   )r   r   r   r   test_dylib_info-   s    
r   __main__)re__all__compiler   r   r   __name__r   r   r   r   <module>   s   

