Server : Apache System : Linux iad1-shared-b8-43 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64 User : dh_edsupp ( 6597262) PHP Version : 8.2.26 Disable Function : NONE Directory : /lib/python3/dist-packages/numpy/distutils/__pycache__/ |
Upload File : |
o 6��a� � @ sj d Z ddlZddlZddlZdd� Zdd� Zdd� Zd d � Zdd� Zd d� Z e dkr3eejd � dS dS )z9 Functions for converting from DOS to UNIX line endings � Nc C s� t j�| �r t| d� dS t| d��}|�� }W d � n1 s!w Y d|v r1t| d� dS t�dd|�}||kr^td| � t| d ��}|�|� W d � | S 1 sWw Y | S t| d � dS )zFReplace CRLF with LF in argument files. Print names of changed files.� Directory!N�rb� �Binary!� � z dos2unix:�wb�ok� �os�path�isdir�print�open�read�re�sub�write��file�fp�data�newdata�f� r �>/usr/lib/python3/dist-packages/numpy/distutils/line_endings.py�dos2unix s&