module documentation

Undocumented

Function test_cffi Undocumented
Function test_cython Undocumented
Function test_numba Undocumented
Variable cffi Undocumented
@pytest.mark.skipif((cffi is None), reason='requires cffi')
def test_cffi(): (source)

Undocumented

@pytest.mark.skipif(IS_WASM, reason='Can\'t start subprocess')
@pytest.mark.skipif((cython is None), reason='requires cython')
@pytest.mark.slow
def test_cython(tmp_path): (source)

Undocumented

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

Undocumented

Undocumented