class documentation

class TestSubclassing:

View In Hierarchy

Undocumented

Method setup 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(self):

Undocumented

def test_attributepropagation(self):

Undocumented

def test_data_subclassing(self):

Undocumented

def test_masked_binary_operations(self):

Undocumented

def test_masked_binary_operations2(self):

Undocumented

def test_masked_unary_operations(self):

Undocumented

def test_maskedarray_subclassing(self):

Undocumented

def test_pure_subclass_info_preservation(self):

Undocumented

def test_subclass_items(self):
test that getter and setter go via baseclass
def test_subclass_nomask_items(self):

Undocumented

def test_subclass_repr(self):
test that repr uses the name of the subclass and 'array' for np.ndarray
def test_subclass_str(self):
test str with subclass that has overridden str, setitem
def test_subclasspreservation(self):

Undocumented

data =

Undocumented