Global Package
Inheritance Tree
Inheritance Graph
Name Index
module
Synopsis
.
ASG
class Dictionary
File:
../Synopsis/ASG.py
Dictionary extends the builtin 'dict' by adding a lookup method to it.
-
Methods
lookup
(
self
,
name
,
scopes
)
locate 'name' in one of the scopes
merge
(
self
,
dict
)
merge in a foreign dictionary, overriding already defined types only if they are of type 'Unknown'.
Generated on Tue Jul 20 09:06:53 2010 by
synopsis
(version devel)