class documentation

class TestLoadTxt(LoadTxtBase):

View In Hierarchy

Undocumented

Method setup Undocumented
Method teardown Undocumented
Method test_1​D Undocumented
Method test​_3d​_shaped​_dtype Undocumented
Method test​_array Undocumented
Method test​_bad​_line Undocumented
Method test​_binary​_load Undocumented
Method test​_comments​_byte Undocumented
Method test​_comments​_multi​_chars Undocumented
Method test​_comments​_multiple Undocumented
Method test​_comments​_unicode Undocumented
Method test​_complex​_misformatted Undocumented
Method test​_converters​_with​_usecols Undocumented
Method test​_default​_float​_converter​_exception Ensure that the exception message raised during failed floating point conversion is correct. Regression test related to gh-19598.
Method test​_default​_float​_converter​_no​_default​_hex​_conversion Ensure that fromhex is only used for values with the correct prefix and is not called by default. Regression test related to gh-19598.
Method test​_dtype​_with​_object Undocumented
Method test​_empty​_field​_after​_tab Undocumented
Method test​_empty​_file Undocumented
Method test​_fancy​_dtype Undocumented
Method test​_from​_complex Undocumented
Method test​_from​_float​_hex Undocumented
Method test​_generator​_source Undocumented
Method test​_int64​_type Undocumented
Method test​_max​_rows Undocumented
Method test​_max​_rows​_larger Undocumented
Method test​_max​_rows​_with​_read​_continuation Undocumented
Method test​_max​_rows​_with​_skiprows Undocumented
Method test​_missing Undocumented
Method test​_ndmin​_keyword Undocumented
Method test​_none​_as​_string Undocumented
Method test​_record Undocumented
Method test​_shaped​_dtype Undocumented
Method test​_skiprows Undocumented
Method test​_str​_dtype Undocumented
Method test​_uint64​_type Undocumented
Method test​_universal​_newline Undocumented
Method test​_unpack​_structured Undocumented
Method test​_unused​_converter Undocumented
Method test​_usecols Undocumented
Class Variable loadfunc Undocumented
Instance Variable orig​_chunk Undocumented

Inherited from LoadTxtBase:

Method check​_compressed Undocumented
Method test​_binary​_decode Undocumented
Method test​_compressed​_bz2 Undocumented
Method test​_compressed​_gzip Undocumented
Method test​_compressed​_lzma Undocumented
Method test​_converters​_decode Undocumented
Method test​_converters​_nodecode Undocumented
Method test​_encoding Undocumented
Method test​_stringload Undocumented
def setup(self):

Undocumented

def teardown(self):

Undocumented

def test_1D(self):

Undocumented

def test_3d_shaped_dtype(self):

Undocumented

def test_array(self):

Undocumented

def test_bad_line(self):

Undocumented

@pytest.mark.skipif((locale.getpreferredencoding() == 'ANSI_X3.4-1968'), reason='Wrong preferred encoding')
def test_binary_load(self):

Undocumented

def test_comments_byte(self):

Undocumented

def test_comments_multi_chars(self):

Undocumented

def test_comments_multiple(self):

Undocumented

def test_comments_unicode(self):

Undocumented

def test_complex_misformatted(self):

Undocumented

def test_converters_with_usecols(self):

Undocumented

def test_default_float_converter_exception(self):
Ensure that the exception message raised during failed floating point conversion is correct. Regression test related to gh-19598.
def test_default_float_converter_no_default_hex_conversion(self):
Ensure that fromhex is only used for values with the correct prefix and is not called by default. Regression test related to gh-19598.
def test_dtype_with_object(self):

Undocumented

def test_empty_field_after_tab(self):

Undocumented

def test_empty_file(self):

Undocumented

def test_fancy_dtype(self):

Undocumented

def test_from_complex(self):

Undocumented

def test_from_float_hex(self):

Undocumented

def test_generator_source(self):

Undocumented

def test_int64_type(self):

Undocumented

def test_max_rows(self):

Undocumented

def test_max_rows_larger(self):

Undocumented

def test_max_rows_with_read_continuation(self):

Undocumented

def test_max_rows_with_skiprows(self):

Undocumented

def test_missing(self):

Undocumented

def test_ndmin_keyword(self):

Undocumented

def test_none_as_string(self):

Undocumented

def test_record(self):

Undocumented

def test_shaped_dtype(self):

Undocumented

def test_skiprows(self):

Undocumented

def test_str_dtype(self):

Undocumented

def test_uint64_type(self):

Undocumented

def test_universal_newline(self):

Undocumented

def test_unpack_structured(self):

Undocumented

def test_unused_converter(self):

Undocumented

def test_usecols(self):

Undocumented

loadfunc =

Undocumented

orig_chunk =

Undocumented