module documentation

Undocumented

Function test_name_adapter_get_set Undocumented
Function test_stacked_hybrid_adapters Test the stacked application of multiple adapters which adapt both names and values. This tests a bug in AdapterManagerMixin which applied name adapters in backwards order. Without value transformation as well as name mapping, it's not as obvious what the correct order of name adaptation should be...
def test_name_adapter_get_set(): (source)

Undocumented

def test_stacked_hybrid_adapters(): (source)

Test the stacked application of multiple adapters which adapt both names and values. This tests a bug in AdapterManagerMixin which applied name adapters in backwards order. Without value transformation as well as name mapping, it's not as obvious what the correct order of name adaptation should be. But the essence is that the first adapter applied is the one closest to the underlying context.