class documentation

class TestSharedMemory: (source)

View In Hierarchy

Undocumented

Method setup_type Undocumented
Method test_c_copy_in_from_23casttype Undocumented
Method test_c_in_from_23casttype Undocumented
Method test_c_in_from_23seq Undocumented
Method test_c_inout_23seq Undocumented
Method test_cache_hidden Undocumented
Method test_f_copy_in_from_23casttype Undocumented
Method test_f_in_from_23casttype Undocumented
Method test_f_inout_23seq Undocumented
Method test_hidden Undocumented
Method test_in_cache_from_2casttype Undocumented
Method test_in_cache_from_2casttype_failure Undocumented
Method test_in_copy_from_2casttype Undocumented
Method test_in_from_23casttype Undocumented
Method test_in_from_2casttype Undocumented
Method test_in_from_2seq Undocumented
Method test_in_nocopy Test if intent(in) array can be passed without copies
Method test_inout_2seq Undocumented
Method test_inplace Undocumented
Method test_inplace_from_casttype Undocumented
Method test_optional_from_23seq Undocumented
Method test_optional_from_2seq Undocumented
Method test_optional_none Undocumented
Property num23seq Undocumented
Property num2seq Undocumented
@pytest.fixture(autouse=True, scope='class', params=_type_names)
def setup_type(self, request): (source)

Undocumented

def test_c_copy_in_from_23casttype(self): (source)

Undocumented

def test_c_in_from_23casttype(self): (source)

Undocumented

def test_c_in_from_23seq(self): (source)

Undocumented

def test_c_inout_23seq(self): (source)

Undocumented

def test_cache_hidden(self): (source)

Undocumented

def test_f_copy_in_from_23casttype(self): (source)

Undocumented

def test_f_in_from_23casttype(self): (source)

Undocumented

def test_f_inout_23seq(self): (source)

Undocumented

def test_hidden(self): (source)

Undocumented

def test_in_cache_from_2casttype(self): (source)

Undocumented

def test_in_cache_from_2casttype_failure(self): (source)

Undocumented

def test_in_copy_from_2casttype(self): (source)

Undocumented

def test_in_from_23casttype(self): (source)

Undocumented

def test_in_from_2casttype(self): (source)

Undocumented

def test_in_from_2seq(self): (source)

Undocumented

@pytest.mark.parametrize('write', ['w', 'ro'])
@pytest.mark.parametrize('order', ['C', 'F'])
@pytest.mark.parametrize('inp', ['2seq', '23seq'])
def test_in_nocopy(self, write, order, inp): (source)

Test if intent(in) array can be passed without copies

def test_inout_2seq(self): (source)

Undocumented

def test_inplace(self): (source)

Undocumented

def test_inplace_from_casttype(self): (source)

Undocumented

def test_optional_from_23seq(self): (source)

Undocumented

def test_optional_from_2seq(self): (source)

Undocumented

def test_optional_none(self): (source)

Undocumented

Undocumented

Undocumented