module Synopsis.ASG
class Dictionary
Dictionary extends the builtin 'dict' by adding a lookup method to it.
Dictionary-inheritance
-Methods
  lookup(self, name, scopes)
references
source code
locate 'name' in one of the scopes
  merge(self, dict)
references
source code
merge in a foreign dictionary, overriding already defined types only if they are of type 'Unknown'.