class documentation

class TestCAPI: (source)

View In Hierarchy

Undocumented

Method test_intp_sequence_converters Undocumented
Method test_intp_sequence_converters_errors Undocumented
Method test_IsPythonScalar Undocumented
@pytest.mark.parametrize('converter', [_multiarray_tests.run_scalar_intp_converter, _multiarray_tests.run_scalar_intp_from_sequence])
def test_intp_sequence_converters(self, converter): (source)

Undocumented

@pytest.mark.parametrize('converter', [_multiarray_tests.run_scalar_intp_converter, _multiarray_tests.run_scalar_intp_from_sequence])
@pytest.mark.skipif(IS_PYPY and (sys.implementation.version <= (7, 3, 8)), reason='PyPy bug in error formatting')
def test_intp_sequence_converters_errors(self, converter): (source)

Undocumented

def test_IsPythonScalar(self): (source)

Undocumented