With the following definition
trait = Trait('default',{key1 : val1, key2 : val2, ...})
is it possible to change afterwards the dictionary associating traits and their mapped counterparts? This would allow to have an object-wise mapping and not a class-wise mapping.