class documentation

class SetLikeDict(dict):

View In Hierarchy

a dictionary that has some setlike methods on it
Method union produce a 'union' of this dict and another (at the key level).
def union(self, other):

produce a 'union' of this dict and another (at the key level).

values in the second dict take precedence over that of the first