Method summary
- __init__(self, parent = None, name = '')
- bind(self, identifier, value)
- copy(self, other_namespace)
- get_objects(self)
- index(self)
- resolve(self, identifier)
Methods
- __init__(self, parent = None, name = '')
- bind(self, identifier, value)
bind identifier with a value
- copy(self, other_namespace)
copy other namespace entirely
- get_objects(self)
index accessible in this namespace
- index(self)
complete recursive index, including sub-namespaces
- resolve(self, identifier)
- return the construct to which identifier is bound,
- or None if not found