class documentation

Tests for order_code in blocks.py.

Method test_call Undocumented
Method test_diamond Undocumented
Method test_except Undocumented
Method test_finally Undocumented
Method test_has_opcode Undocumented
Method test_raise Undocumented
Method test_return Undocumented
Method test_triangle Undocumented
Method test_trivial Undocumented
Method test_with Undocumented
Method test_yield Undocumented
Method _order_code Helper function to disassemble and then order code.

Inherited from BaseBlocksTest:

Class Variable python_version Undocumented
def test_call(self): (source)

Undocumented

def test_diamond(self): (source)

Undocumented

def test_except(self): (source)

Undocumented

def test_finally(self): (source)

Undocumented

def test_has_opcode(self): (source)

Undocumented

def test_raise(self): (source)

Undocumented

def test_return(self): (source)

Undocumented

def test_triangle(self): (source)

Undocumented

def test_trivial(self): (source)

Undocumented

def test_with(self): (source)

Undocumented

def test_yield(self): (source)

Undocumented

def _order_code(self, code): (source)

Helper function to disassemble and then order code.