class documentation

class TestSubclassing: (source)

View In Hierarchy

Undocumented

Method setup_method Undocumented
Method test_attributepropagation Undocumented
Method test_data_subclassing Undocumented
Method test_masked_binary_operations Undocumented
Method test_masked_binary_operations2 Undocumented
Method test_masked_unary_operations Undocumented
Method test_maskedarray_subclassing Undocumented
Method test_pure_subclass_info_preservation Undocumented
Method test_subclass_items test that getter and setter go via baseclass
Method test_subclass_nomask_items Undocumented
Method test_subclass_repr test that repr uses the name of the subclass and 'array' for np.ndarray
Method test_subclass_str test str with subclass that has overridden str, setitem
Method test_subclasspreservation Undocumented
Instance Variable data Undocumented
def setup_method(self): (source)

Undocumented

def test_attributepropagation(self): (source)

Undocumented

def test_data_subclassing(self): (source)

Undocumented

def test_masked_binary_operations(self): (source)

Undocumented

def test_masked_binary_operations2(self): (source)

Undocumented

def test_masked_unary_operations(self): (source)

Undocumented

def test_maskedarray_subclassing(self): (source)

Undocumented

def test_pure_subclass_info_preservation(self): (source)

Undocumented

def test_subclass_items(self): (source)

test that getter and setter go via baseclass

def test_subclass_nomask_items(self): (source)

Undocumented

def test_subclass_repr(self): (source)

test that repr uses the name of the subclass and 'array' for np.ndarray

def test_subclass_str(self): (source)

test str with subclass that has overridden str, setitem

def test_subclasspreservation(self): (source)

Undocumented

Undocumented