class documentation

class ValselfTest(test_base.UnitTest): (source)

View In Hierarchy

Tests for get_attribute's `valself` parameter.

Method setUp Undocumented
Method test_class_no_valself Undocumented
Method test_class_with_class_valself Undocumented
Method test_class_with_instance_valself Undocumented
Method test_getitem_no_valself Undocumented
Method test_getitem_with_class_valself Undocumented
Method test_getitem_with_instance_valself Undocumented
Method test_instance_no_valself Undocumented
Method test_instance_with_valself Undocumented
Instance Variable attribute_handler Undocumented
Instance Variable ctx Undocumented
Instance Variable node Undocumented
def setUp(self): (source)

Undocumented

def test_class_no_valself(self): (source)

Undocumented

def test_class_with_class_valself(self): (source)

Undocumented

def test_class_with_instance_valself(self): (source)

Undocumented

def test_getitem_no_valself(self): (source)

Undocumented

def test_getitem_with_class_valself(self): (source)

Undocumented

def test_getitem_with_instance_valself(self): (source)

Undocumented

def test_instance_no_valself(self): (source)

Undocumented

def test_instance_with_valself(self): (source)

Undocumented

attribute_handler = (source)

Undocumented

Undocumented

Undocumented