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/lib/tests/__pycache__/ |
Upload File : |
o 6��a�5 � @ s� d dl Z d dlmZ d dlZd dlmZmZmZm Z d dl mZmZm Z mZmZmZ G dd� d�ZG dd� d�Zd d � ZG dd� d�ZG d d� d�ZdS )� N)�date)�assert_�assert_equal�assert_allclose� assert_raises)�LineSplitter� NameValidator�StringConverter�has_nested_fields� easy_dtype� flatten_dtypec @ s@ e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� Zdd � Z dS )�TestLineSplitterzTests the LineSplitter class.c C s: d}t � |�}t|g d�� t d�|�}t|g d�� dS )zTest LineSplitter w/o delimiter� 1 2 3 4 5 # test)�1�2�3�4�5� N�r r ��self�strg�test� r �?/usr/lib/python3/dist-packages/numpy/lib/tests/test__iotools.py�test_no_delimiter s z"TestLineSplitter.test_no_delimiterc C s<