module documentation

Undocumented

Class JustReader Undocumented
Class JustWriter Undocumented
Class LoadTxtBase Undocumented
Class RoundtripTest No class docstring; 0/2 instance variable, 1/8 method documented
Class Testfromregex Undocumented
Class TestFromTxt Undocumented
Class TestLoadTxt No class docstring; 0/1 instance variable, 0/1 class variable, 2/41 methods documented
Class TestPathUsage Undocumented
Class TestSaveLoad Undocumented
Class TestSaveTxt Undocumented
Class TestSavezLoad Undocumented
Class TextIO Helper IO class.
Function strptime This function is available in the datetime module only from Python >= 2.5.
Function test_ducktyping Undocumented
Function test_gzip_load Undocumented
Function test_gzip_loadtxt Undocumented
Function test_gzip_loadtxt_from_string Undocumented
Function test_load_refcount Undocumented
Function test_npzfile_dict Undocumented
Constant HAS_BZ2 Undocumented
Constant HAS_LZMA Undocumented
Constant IS_64BIT Undocumented
def strptime(s, fmt=None): (source)

This function is available in the datetime module only from Python >= 2.5.

def test_ducktyping(): (source)

Undocumented

def test_gzip_load(): (source)

Undocumented

def test_gzip_loadtxt(): (source)

Undocumented

def test_gzip_loadtxt_from_string(): (source)

Undocumented

@pytest.mark.skipif(not HAS_REFCOUNT, reason='Python lacks refcounts')
def test_load_refcount(): (source)

Undocumented

def test_npzfile_dict(): (source)

Undocumented

Undocumented

Value
True
HAS_LZMA: bool = (source)

Undocumented

Value
True
IS_64BIT = (source)

Undocumented

Value
(sys.maxsize > 2 ** 32)