class documentation

Undocumented

Method assert_call Check that call() returned the desired results.
Method setUp Undocumented
Method test_call_multiple_bindings Undocumented
Method test_call_single_bindings Undocumented
Method test_call_wrong_argcount Undocumented
Method test_call_wrong_keywords Undocumented
Method test_flatten Undocumented
Method test_is_instance Undocumented
Instance Variable _bool Undocumented
Instance Variable _int Undocumented
Instance Variable _int_class Undocumented
Instance Variable _is_instance Undocumented
Instance Variable _obj_class Undocumented
Instance Variable _str Undocumented
Instance Variable _str_class Undocumented

Inherited from AbstractTestBase:

Method new_dict Create a Dict from keywords mapping names to Variable objects.
Method new_var Create a Variable bound to the given values.
Instance Variable _ctx Undocumented
Instance Variable _node Undocumented
Instance Variable _program Undocumented
def assert_call(self, expected, left, right): (source)

Check that call() returned the desired results. Args: expected: A dict from values to source sets, where a source set is represented by the sorted binding names separated by spaces, for example "left:0 right:1" would indicate binding #0 of variable "left" and binding #1 of variable "right". left: A Variable to use as the first arg to call(). right: A Variable to use as the second arg to call().

def test_call_multiple_bindings(self): (source)

Undocumented

def test_call_single_bindings(self): (source)

Undocumented

def test_call_wrong_argcount(self): (source)

Undocumented

def test_call_wrong_keywords(self): (source)

Undocumented

def test_flatten(self): (source)

Undocumented

def test_is_instance(self): (source)

Undocumented

Undocumented

Undocumented

_int_class = (source)

Undocumented

_is_instance = (source)

Undocumented

_obj_class = (source)

Undocumented

Undocumented

_str_class = (source)

Undocumented