class documentation

class TestSharedMemory:

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
Class Variable num23seq Undocumented
Class Variable num2seq Undocumented
@pytest.fixture(autouse=True, scope='class', params=_type_names)
def setup_type(self, request):

Undocumented

def test_c_copy_in_from_23casttype(self):

Undocumented

def test_c_in_from_23casttype(self):

Undocumented

def test_c_in_from_23seq(self):

Undocumented

def test_c_inout_23seq(self):

Undocumented

def test_cache_hidden(self):

Undocumented

def test_f_copy_in_from_23casttype(self):

Undocumented

def test_f_in_from_23casttype(self):

Undocumented

def test_f_inout_23seq(self):

Undocumented

def test_hidden(self):

Undocumented

def test_in_cache_from_2casttype(self):

Undocumented

def test_in_cache_from_2casttype_failure(self):

Undocumented

def test_in_copy_from_2casttype(self):

Undocumented

def test_in_from_23casttype(self):

Undocumented

def test_in_from_2casttype(self):

Undocumented

def test_in_from_2seq(self):

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):
Test if intent(in) array can be passed without copies
def test_inout_2seq(self):

Undocumented

def test_inplace(self):

Undocumented

def test_inplace_from_casttype(self):

Undocumented

def test_optional_from_23seq(self):

Undocumented

def test_optional_from_2seq(self):

Undocumented

def test_optional_none(self):

Undocumented

num23seq: list =

Undocumented

num2seq: list[int] =

Undocumented