module Synopsis.ASG
class Dictionary
Dictionary-inheritance
Dictionary extends the builtin 'dict' by adding a lookup method to it.
Methods Summary:
  lookup(self, name, scopes)
references
source code
  merge(self, dict)
references
source code
merge in a foreign dictionary, overriding already defined types only if they are of type 'Unknown'.
Methods Details:
  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'.