module documentation

Test state.py.

Class ConditionTest Undocumented
Class ConditionTestBase Undocumented
Class FakeValue Undocumented
Class RestrictConditionTest Undocumented
Class SplitConditionTest Undocumented
Function fake_compatible_with Undocumented
Function source_summary A simple deterministic listing of source variables.
Constant AMBIGUOUS Undocumented
Constant ONLY_FALSE Undocumented
Constant ONLY_TRUE Undocumented
def fake_compatible_with(value, logical_value): (source)

Undocumented

def source_summary(binding, **varnames): (source)

A simple deterministic listing of source variables.

AMBIGUOUS = (source)

Undocumented

Value
FakeValue('?', True, True)
ONLY_FALSE = (source)

Undocumented

Value
FakeValue('F', False, True)
ONLY_TRUE = (source)

Undocumented

Value
FakeValue('T', True, False)