class documentation

class TestFromiter: (source)

View In Hierarchy

Undocumented

Method load_data Undocumented
Method makegen Undocumented
Method test_2592 Undocumented
Method test_empty_not_structured Undocumented
Method test_empty_result Undocumented
Method test_failed_itemsetting Undocumented
Method test_growth_and_complicated_dtypes Undocumented
Method test_lengths Undocumented
Method test_too_few_items Undocumented
Method test_types Undocumented
Method test_values Undocumented
def load_data(self, n, eindex): (source)

Undocumented

def makegen(self): (source)

Undocumented

@pytest.mark.parametrize('dtype', [int, object])
@pytest.mark.parametrize(['count', 'error_index'], [(10, 5), (10, 9)])
def test_2592(self, count, error_index, dtype): (source)

Undocumented

@pytest.mark.parametrize('dtype', ['S', 'S0', 'V0', 'U0'])
def test_empty_not_structured(self, dtype): (source)

Undocumented

def test_empty_result(self): (source)

Undocumented

def test_failed_itemsetting(self): (source)

Undocumented

@pytest.mark.parametrize(['dtype', 'data'], [('d', [1, 2, 3, 4, 5, 6, 7, 8, 9]), ('O', [1, 2, 3, 4, 5, 6, 7, 8, 9]), ('i,O', [(1, 2), (5, 4), (2, 3), (9, 8), (6, 7)]), ('2i', [(1, 2), (5, 4), (2, 3), (9, 8), (6, 7)]), (np.dtype(('O', (2, 3))), [((1, 2, 3), (3, 4, 5)), ((3, 2, 1), (5, 4, 3))])])
@pytest.mark.parametrize('length_hint', [0, 1])
def test_growth_and_complicated_dtypes(self, dtype, data, length_hint): (source)

Undocumented

def test_lengths(self): (source)

Undocumented

def test_too_few_items(self): (source)

Undocumented

def test_types(self): (source)

Undocumented

def test_values(self): (source)

Undocumented