module documentation

Test the scalar constructors, which also do type-coercion

Class TestAsIntegerRatio Undocumented
Class TestBitCount Undocumented
Class TestClassGetItem Undocumented
Class TestIsInteger Undocumented
Function test_class_getitem_38 Undocumented
@pytest.mark.skipif((sys.version_info >= (3, 9)), reason='Requires python 3.8')
@pytest.mark.parametrize('cls', [np.number, np.complexfloating, np.int64])
def test_class_getitem_38(cls: Type[np.number]): (source)

Undocumented