module documentation

Undocumented

Constant HAS​_BZ2 Undocumented
Constant HAS​_LZMA Undocumented
Constant IS​_64BIT Undocumented
Class ​Just​Reader Undocumented
Class ​Just​Writer Undocumented
Class ​Load​Txt​Base Undocumented
Class ​Roundtrip​Test No class docstring; 0/2 instance variable, 1/8 method documented
Class ​Testfromregex Undocumented
Class ​Test​From​Txt Undocumented
Class ​Test​Load​Txt No class docstring; 0/1 instance variable, 0/1 class variable, 2/39 methods documented
Class ​Test​Path​Usage Undocumented
Class ​Test​Save​Load Undocumented
Class ​Test​Save​Txt Undocumented
Class ​Test​Savez​Load Undocumented
Class ​Text​IO 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
HAS_BZ2: bool =

Undocumented

Value
False
HAS_LZMA: bool =

Undocumented

Value
False
IS_64BIT =

Undocumented

Value
(sys.maxsize > 2 ** 32)
def strptime(s, fmt=None):
This function is available in the datetime module only from Python >= 2.5.
def test_ducktyping():

Undocumented

def test_gzip_load():

Undocumented

def test_gzip_loadtxt():

Undocumented

def test_gzip_loadtxt_from_string():

Undocumented

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

Undocumented

def test_npzfile_dict():

Undocumented