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 Summary:
lookup
(
self
,
name
,
scopes
)
merge
(
self
,
dict
)
merge in a foreign dictionary, overriding already defined types only if they are of type 'Unknown'.
Methods Details:
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 Thu Apr 16 16:26:52 2009 by
synopsis
(version devel)