This is just a big pain . How do I merge two map in python.
There is no documentation for this.
Can anyone please help ?
Protobuf definition -map<string,window> windowIdToWindowMap=4;
Python Dictionary which is to be assigned/ merged -sampleWindow:Dict[string,window]={}
This is what I want to achieve -response.res.windowIdToWindowMap=sampleWindow