SyntaxFix
Write A Post
Hire A Developer
Questions
In case you need it as a Class, you can extend it with dict and use update method:
Class a(dict): # some stuff self.update(b)