module documentation

Undocumented

Variable cffi Undocumented
Variable cython Undocumented
Variable numba Undocumented
Variable required​_version Undocumented
Function test​_cffi Undocumented
Function test​_cython Undocumented
Function test​_numba Undocumented
cffi =

Undocumented

cython =

Undocumented

numba =

Undocumented

required_version =

Undocumented

@pytest.mark.skipif((cffi is None), reason='requires cffi')
def test_cffi():

Undocumented

@pytest.mark.skipif((cython is None), reason='requires cython')
@pytest.mark.slow
def test_cython(tmp_path):

Undocumented

@pytest.mark.skipif((numba is None) or (cffi is None), reason='requires numba and cffi')
def test_numba():

Undocumented