class documentation

class TestFlags: (source)

View In Hierarchy

Undocumented

Method setup_method Undocumented
Method test_otherflags Undocumented
Method test_readonly_flag_protocols Undocumented
Method test_string_align Undocumented
Method test_void_align Undocumented
Method test_warnonwrite Undocumented
Method test_writeable Undocumented
Method test_writeable_any_base Undocumented
Method test_writeable_from_buffer Undocumented
Method test_writeable_from_c_data Undocumented
Method test_writeable_from_readonly Undocumented
Method test_writeable_pickle Undocumented
Instance Variable a Undocumented
def setup_method(self): (source)

Undocumented

def test_otherflags(self): (source)

Undocumented

@pytest.mark.parametrize(['flag', 'flag_value', 'writeable'], [('writeable', True, True), ('_warn_on_write', True, False), ('writeable', False, False)])
def test_readonly_flag_protocols(self, flag, flag_value, writeable): (source)

Undocumented

def test_string_align(self): (source)

Undocumented

def test_void_align(self): (source)

Undocumented

def test_warnonwrite(self): (source)

Undocumented

def test_writeable(self): (source)

Undocumented

def test_writeable_any_base(self): (source)

Undocumented

def test_writeable_from_buffer(self): (source)

Undocumented

def test_writeable_from_c_data(self): (source)

Undocumented

def test_writeable_from_readonly(self): (source)

Undocumented

@pytest.mark.skipif(IS_PYPY, reason='PyPy always copies')
def test_writeable_pickle(self): (source)

Undocumented

Undocumented