class TestLoadTxt(LoadTxtBase):
Undocumented
Method | setup |
Undocumented |
Method | teardown |
Undocumented |
Method | test_1D |
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 |
Undocumented