???<!-- GIF89;a -->
123123123123
.....................................................................................................................................???<!-- GIF89;a -->
123123123123
.....................................................................................................................................3

  \$                 @   s:   d dl Z dgZe j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 j| }|sd S |j S )N)DYLIB_REmatch	groupdict)filenameZis_dylib r   -/usr/lib64/python3.6/ctypes/macholib/dylib.pyr      s    
c              C   s   ddd} d S )Nc             S   s   t | ||||dS )N)locationname	shortnameversionsuffix)dict)r	   r
   r   r   r   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   