class documentation

class WithMaskTestCase(unittest.TestCase): (source)

View In Hierarchy

Test whether the masking works with 'with' statement.

Method setUp Undocumented
Method tearDown Undocumented
Method test1 Assigning floats to arrays
Method test2 Different sized arrays
Method test3 Same sized array assignments within 'with' block
Instance Variable code_dir Undocumented
Instance Variable context Undocumented
def setUp(self): (source)

Undocumented

def tearDown(self): (source)

Undocumented

def test1(self): (source)

Assigning floats to arrays

def test2(self): (source)

Different sized arrays

def test3(self): (source)

Same sized array assignments within 'with' block

code_dir = (source)

Undocumented

context = (source)

Undocumented